TrapLord Studios™ Posted June 27, 2013 Posted June 27, 2013 Yeah .. so I am Scripting a Login Panel Form Scratch .. How do I create a Toggle news Button .. When its Clicked It would Bring bring up Dxdrawn Text To the screen . ?Thanks Visit TrapLord Studios™
xXMADEXx Posted June 27, 2013 Posted June 27, 2013 addEventHandler ( 'onClientGUIClick', thebuttonelement, function ( ) addEventHandler ( "onClientRender", root, theDxFunction ) end ) function theDxFunction ( ) dxDrawRectangle ( 0, 0, 500, 500 ) end The Ultimate Lua Tutorial! | MTA PHP SDK
TrapLord Studios™ Posted August 1, 2013 Author Posted August 1, 2013 Thanks man Visit TrapLord Studios™
xXMADEXx Posted August 1, 2013 Posted August 1, 2013 Your welcome. The Ultimate Lua Tutorial! | MTA PHP SDK
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