Destcable Posted October 30, 2021 Share Posted October 30, 2021 The problem arose because I used guiCreateEdit, and added a text with information, but when a player wants to write his information in it, he has to erase the standard information, how can I fix it so that the player clicks and the standard information disappears. PLZ HELP! local forename = guiCreateEdit(0.39, 0.294, 0.226, 0.047, "GO_TO_NAME", true) Link to comment
Hydra Posted October 30, 2021 Share Posted October 30, 2021 onClientGUIClick guiSetText Link to comment
The_GTA Posted October 30, 2021 Share Posted October 30, 2021 2 hours ago, Hydra said: onClientGUIClick If you are adding an event handler for a button, please either check that the event source is exactly the GUI edit element or use propagate = false while setting the base-element for the addEventHandler to the GUI edit element. 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