Best-Killer1 Posted October 10, 2015 Share Posted October 10, 2015 i tried to make staff panel it's work fine but when i freez player i can't unfreez also jetpack too code : addEvent ("OnCheckButtonFreeze", true) addEventHandler ("OnCheckButtonFreeze", root, function ( thePlayer ) if ( isElementFrozen ( thePlayer ) ) then guiSetText(ButtonFreeze, "Freeze") guiSetText(ButtonFreezePlayer, "Unfreeze") else guiSetText(ButtonFreeze, "Unfreeze") guiSetText(ButtonFreezePlayer, "Freeze") end end) addEvent ("OnCheckButtonJetPack", true) addEventHandler ("OnCheckButtonJetPack", root, function ( thePlayer ) if ( doesPedHaveJetPack ( thePlayer ) ) then guiSetText(ButtonGiveJetPack, "GiveJetpack") guiSetText(GiveJetPackPlayer, "RemoveJetPack") else guiSetText(ButtonGiveJetPack, "RemoveJetPack") guiSetText(GiveJetPackPlayer, "GiveJetPack") end end) Link to comment
DNL291 Posted October 10, 2015 Share Posted October 10, 2015 That code doesn't seem to help at all. What are 'ButtonGiveJetPack' and 'GiveJetPackPlayer'? both are buttons? Link to comment
Best-Killer1 Posted October 10, 2015 Author Share Posted October 10, 2015 That code doesn't seem to help at all.What are 'ButtonGiveJetPack' and 'GiveJetPackPlayer'? both are buttons? yes Link to comment
DNL291 Posted October 12, 2015 Share Posted October 12, 2015 You should provide the code that freezes/gives jetpack, since that code only changes the button text and it doesn't seems to have any bugs. Link to comment
Best-Killer1 Posted October 13, 2015 Author Share Posted October 13, 2015 You should provide the code that freezes/gives jetpack, since that code only changes the button text and it doesn't seems to have any bugs. already it's fixed thanks you for trying for help 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