new GuiTextCtrl() {
   text = "Coins";
   maxLength = "255";
   position = "104 2";
   extent = "33 18";
   profile = "HudTextBoldProfile";
   tooltipProfile = "GuiToolTipProfile";
};
new GuiTextCtrl() {
   text = "Kills";
   maxLength = "255";
   position = "158 2";
   extent = "30 18";
   profile = "HudTextBoldProfile";
   tooltipProfile = "GuiToolTipProfile";
};
new GuiTextCtrl() {
   text = "Deaths";
   maxLength = "255";
   position = "206 2";
   extent = "37 18";
   profile = "HudTextBoldProfile";
   tooltipProfile = "GuiToolTipProfile";
};