forward
zp_game_mode_selected
Syntax
forward zp_game_mode_selected(gameid, id);
Description
Called when an admin selects a custom game mode from the ZP admin menu.
Parameters
| gameid | Internal custom game mode ID |
|---|---|
| id | Player index who selected the game mode |
Note
You should trigger the custom game mode here with out any checks
Note
Use ZP_PLUGIN_HANDLED for block it (in selected pre)