adward Posted November 29, 2011 Share Posted November 29, 2011 hi guys i just need ask how to make bouton that import my handlings if any one know how to make it please help me GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Window[1] = guiCreateWindow(222,231,364,352,"Imoprt Handligs",false) GUIEditor_Memo[1] = guiCreateMemo(12,21,334,203,"\n1500.0 1200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 800.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.25 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(64,239,211,66,"import",false,GUIEditor_Window[1]) Link to comment
AnDReJ98 Posted November 29, 2011 Share Posted November 29, 2011 serach in wiki https://wiki.multitheftauto.com/wiki/GetVehicleHandling Link to comment
adward Posted November 30, 2011 Author Share Posted November 30, 2011 any one know what function use to import handlings this gui GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Window[1] = guiCreateWindow(222,231,364,352,"Imoprt Handligs",false) GUIEditor_Memo[1] = guiCreateMemo(12,21,334,203,"\n1500.0 1200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 800.0 33.0 16.0 F P 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.25 0.5 -0.7 0.00 0.00 19000 0 0 0 3 0",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(64,239,211,66,"import",false,GUIEditor_Window[1]) Link to comment
myonlake Posted December 1, 2011 Share Posted December 1, 2011 You only have a GUI there, nothing else. Please, try to make functions yourself aswell. 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