Quote:
|
Originally Posted by excaliber7388
I've been thinking about using text display on the gui, and a loop that stores your keyboard input, then increments an array to store it, giving the text output, then when you push the buton for jail, disconnect, etc (staff npc) it would use that array, along with a serverside action, and getplayer, to do that action to them. However, I want to know it there is an easier way, through gui text input
|
Using the GUI controls, you do not even need to capture keyboard input. Using a GuiTextEditCtrl will create an editable text box, and you can read the entered text using objectName.text.