Jaysds1 Posted May 16, 2011 Posted May 16, 2011 How do you make the Gui's be in order? Example: 1.Login 2.Rules 3.Spawn Gui My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
Castillo Posted May 16, 2011 Posted May 16, 2011 Well, that's pretty simple, when you login show the rules GUI and then the Spawn menu. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Jaysds1 Posted May 16, 2011 Author Posted May 16, 2011 And How do you show the Spawn Gui After Death? and if they do /kill how do you make a time limit, like they have to wait 30 sec before they die? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
Castillo Posted May 16, 2011 Posted May 16, 2011 addCommandHandler("kill", function (player) setTimer(killPed,30000,1,player) outputChatBox("You will die in 30 seconds!",player,255,0,0) end) addEventHandler("onClientPlayerWasted",getLocalPlayer(), function () guiSetVisible(myGUI,true) end) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Jaysds1 Posted May 16, 2011 Author Posted May 16, 2011 thanks My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
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