xXGhostXx Posted April 27, 2019 Share Posted April 27, 2019 Hello . Whats function for on client dx draw image click ? like this : onClientGuiClick for gui Link to comment
Investor Posted April 27, 2019 Share Posted April 27, 2019 (edited) dxDraws aren't element so they cannot emit events. As mentioned above, the closest thing you can use is onClientClient, and manually check if the client cursor X and Y are within the bounds of the dxDrawImage. That or use a dxgui API like dgs which already have that coded. Edited April 27, 2019 by Investor 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