manve1 Posted October 29, 2012 Share 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? Link to comment
MatXpl Posted October 29, 2012 Share Posted October 29, 2012 DxDraw: https://wiki.multitheftauto.com/wiki/SetElementData https://wiki.multitheftauto.com/wiki/GetElementData Labels: https://wiki.multitheftauto.com/wiki/GuiSetVisible Link to comment
manve1 Posted October 29, 2012 Author Share 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 ) Link to comment
MatXpl Posted October 29, 2012 Share Posted October 29, 2012 setTimer( function() destroyElement(tooMuchJuggernauts) end, 5000, 1 ) end before time Link to comment
manve1 Posted October 29, 2012 Author Share Posted October 29, 2012 oh yeh, too much scripting made me forget how to do it 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