Jump to content

Dashboard


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...