manve1 Posted October 29, 2012 Posted October 29, 2012 Is there like a way i can destroy labels? or i have to use dxDrawText and then somehow destroy the text? Looking for tutorials or information? check out: www.simpleask.co.uk
MatXpl Posted October 29, 2012 Posted October 29, 2012 DxDraw: https://wiki.multitheftauto.com/wiki/SetElementData https://wiki.multitheftauto.com/wiki/GetElementData Labels: https://wiki.multitheftauto.com/wiki/GuiSetVisible MTA:SA scripts/gamemodes/misc: http://www.mtasa.xn.pl
manve1 Posted October 29, 2012 Author Posted October 29, 2012 i made the destroyElement thing on a 5sec timer, but i get error as "unexpected symbol near ',' " setTimer( function() destroyElement(tooMuchJuggernauts), 5000, 1 end ) Looking for tutorials or information? check out: www.simpleask.co.uk
MatXpl Posted October 29, 2012 Posted October 29, 2012 setTimer( function() destroyElement(tooMuchJuggernauts) end, 5000, 1 ) end before time MTA:SA scripts/gamemodes/misc: http://www.mtasa.xn.pl
manve1 Posted October 29, 2012 Author Posted October 29, 2012 oh yeh, too much scripting made me forget how to do it Looking for tutorials or information? check out: www.simpleask.co.uk
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