Actions
Syntax
Type
Type is a command type. Here is list of all types.
Type
Information
Example
MENU
Opens menu to player
[MENU]<menu_name>
CLOSE
Close the menu
[CLOSE]
MESSAGE
Sends a message to the player
[MESSAGE] hello
PLAYER_CMD
Dispatch command by the player
[PLAYER_CMD] say hi
CONSOLE_CMD
Dispatch command by the console
[CONSOLE_CMD] ...
REFRESH_GUI
Refresh whole opened player gui
[REFRESH_GUI]
SUBSCRIBERS_MENU
Opens player a menu with list of his subscribes
[SUBSCRIBERS_MENU]
BACK
Open player previous menu
[BACK]
Last updated