Jump to content

guiCreateEdit. HELP


Destcable

Recommended Posts

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
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

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...