Jump to content

[HELP]Lua


JasperRieken

Recommended Posts

im trying to script a gui with mta wiki. But can't find how to script like a vechile spawn gui.... Can somebody here may be help iwant to script them on marker.... this is the gui

  
GUIEditor_Window = {} 
GUIEditor_Button = {} 
  
GUIEditor_Window[1] = guiCreateWindow(471,278,366,401,"Xuju Vechile's",false) 
GUIEditor_Button[1] = guiCreateButton(100,42,158,45,"BXM",false,GUIEditor_Window[1]) 
GUIEditor_Button[2] = guiCreateButton(100,114,158,45,"Mountain Bike",false,GUIEditor_Window[1]) 
GUIEditor_Button[3] = guiCreateButton(101,192,158,45,"Bike",false,GUIEditor_Window[1]) 
GUIEditor_Button[4] = guiCreateButton(83,138,5,5,"",false,GUIEditor_Button[3]) 
GUIEditor_Button[5] = guiCreateButton(101,267,158,45,"Sanchez",false,GUIEditor_Window[1]) 
GUIEditor_Button[6] = guiCreateButton(26,362,82,30,"Close",false,GUIEditor_Window[1]) 

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...