Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
4CS 0.74 KB | None | 0 0
  1. new GuiBitmapButtonTextCtrl(Main_Button_Play) {
  2.       bitmap = "data/gui/template/button";
  3.       bitmapMode = "Stretched";
  4.       autoFitExtents = "0";
  5.       useModifiers = "0";
  6.       useStates = "1";
  7.       text = "PLAY";
  8.       groupNum = "-1";
  9.       buttonType = "RadioButton";
  10.       useMouseEvents = "0";
  11.       position = "17 26";
  12.       extent = "160 60";
  13.       minExtent = "8 2";
  14.       horizSizing = "right";
  15.       vertSizing = "bottom";
  16.       profile = "Text2";
  17.       visible = "1";
  18.       active = "1";
  19.       command = "MainMenuGui.setSelectedItem(1);";
  20.       tooltipProfile = "GuiToolTipProfile";
  21.       hovertime = "1000";
  22.       isContainer = "0";
  23.       canSave = "1";
  24.       canSaveDynamicFields = "0";
  25.       internalName = "Main_Button_Play";
  26.    };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement