Element/GUI/Edit field

From Multi Theft Auto: Wiki

Jump to: navigation, search
Example GUI edit field.

The GUI edit field class represents GUI edit fields in MTA:DM's GUI system. You can input text in these which you can afterwards check from the script. It can be used, for example when making a registration system.

The element type of this class is "gui-edit".

Related scripting functions

Client

Buttons

Checkboxes

Comboboxes

Edit fields


Gridlists

Memos


Progress bars

Radio buttons

Scrollbars

Scroll panes

Static images

Tab panels

Tabs

Text labels

Windows