Killeralec99 Posted July 19, 2009 Share Posted July 19, 2009 Im wanting to make a dashboard, im using GUI for the images of the icons for the dash, but i was wondering if i could make a key, say p, so it has to be pressed down to so the cursor to click the icons for the GUI, but the GUI has to be visiable all the time, and also, is there a way to make GUI static images links to start a function? Thanks Alec Link to comment
50p Posted July 19, 2009 Share Posted July 19, 2009 Every GUI element accepts onClientGUIClick event. That means you can create any GUI element and use onClientGUIClick event to do something when GUI is clicked. Use bindKey function to bind a key to specific functions, so that you can bind key to do something like in your case showCursor. 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