TrapLord Studios™ Posted June 27, 2013 Share 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 Link to comment
xXMADEXx Posted June 27, 2013 Share Posted June 27, 2013 addEventHandler ( 'onClientGUIClick', thebuttonelement, function ( ) addEventHandler ( "onClientRender", root, theDxFunction ) end ) function theDxFunction ( ) dxDrawRectangle ( 0, 0, 500, 500 ) end Link to comment
TrapLord Studios™ Posted August 1, 2013 Author Share Posted August 1, 2013 Thanks man 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