Jump to content

GUI Problem


Luk-ry

Recommended Posts

I have a problem with my script. When i start it i doesn't see the GUI. Here is my script:

GUIEditor_Window = {}
GUIEditor_Button = {}
GUIEditor_Label = {}
 
GUI_Window = guiCreateWindow(639,241,411,550,"Title",true)
GUI_Button1 = guiCreateButton(97,389,217,30,"Button1",false,GUIEditor_Window[1])
GUI_Label1 = guiCreateLabel(65,345,278,19,"Label1",false,GUIEditor_Window[1])
guiLabelSetColor(GUI_Label1,255,255,255)
guiLabelSetVerticalAlign(GUI_Label1,"top")
guiLabelSetHorizontalAlign(GUI_Label1,"left",false)
GUI_Button2 = guiCreateButton(97,431,217,30,"Button2",false,GUIEditor_Window[1])
GUI_Button3 = guiCreateButton(97,474,217,30,"Button3",false,GUIEditor_Window[1])
end

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...