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

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows