JasperRieken Posted January 21, 2011 Share Posted January 21, 2011 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
Castillo Posted January 22, 2011 Share Posted January 22, 2011 read carefully this tutorial. https://wiki.multitheftauto.com/wiki/Scr ... Tutorial_1 Link to comment
JasperRieken Posted January 22, 2011 Author Share Posted January 22, 2011 i really dont get it Link to comment
SDK Posted January 22, 2011 Share Posted January 22, 2011 Damn it, stop making so much topics ... viewtopic.php?p=335965#p335965 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now