Guest User

Untitled

a guest
Jun 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. GUIEditor_Window = {}
  2. GUIEditor_Button = {}
  3. GUIEditor_Radio = {}
  4.  
  5. GUIEditor_Window[1] = guiCreateWindow(449,261,373,215,"Armed Forces Panel Spawn",false)
  6. GUIEditor_Radio[1] = guiCreateRadioButton(0.1072,0.1814,0.563,0.186,"Spawn in hospital",true,GUIEditor_Window[1])
  7. GUIEditor_Radio[2] = guiCreateRadioButton(0.1046,0.4233,0.3378,0.1628,"Spawn in Base Armed Force",true,GUIEditor_Window[1])
  8. guiRadioButtonSetSelected(GUIEditor_Radio[2],true)
  9. GUIEditor_Button[1] = guiCreateButton(0.252,0.6326,0.4611,0.2558,"OK",true,GUIEditor_Window[1])
Add Comment
Please, Sign In to add comment