MasKPro Posted May 16, 2016 Share Posted May 16, 2016 I can make GUIs with GUI editor and I can make also functions but I can't connect them both any tutorials? Link to comment
Captain Cody Posted May 18, 2016 Share Posted May 18, 2016 EventHanders and what not, search up GUI at https://wiki.multitheftauto.com/wiki Link to comment
Gravestone Posted May 18, 2016 Share Posted May 18, 2016 Use the following functions: onClientGUIClick - as an event to trigger when the click clicks a button guiSetVisible - to set a GUI visible to the client. Link to comment
MasKPro Posted May 18, 2016 Author Share Posted May 18, 2016 Another Question : How to make a GUI open when we press a button of another GUI ? Link to comment
Bean666 Posted May 18, 2016 Share Posted May 18, 2016 exampe addEventHandler("onClientGUIClick",button,function() if ( source == button) then guiSetVisible(GUI, false) end end ) 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