zp50_gamemodes
Browse all symbols documented inside this include file.
Forwards
| Name | Description |
|---|---|
| zp_fw_gamemodes_choose_pre | Called when ZP tries to choose a game mode for the current round. Returning PLUGIN_HANDLED here will tell the game modes manager that your mode can't be chosen (useful to set custom conditions, like a min amount of players, etc.) |
| zp_fw_gamemodes_choose_post | Called when a game mode is chosen for the current round. |
| zp_fw_gamemodes_start | Called when a game mode starts. |
| zp_fw_gamemodes_end | Called when a game mode ends. Note: this can pass ZP_NO_GAME_MODE (if no game mode was in progress). |