zp50_gamemodes_const.inc

Original include source with line numbers.

Back Download .inc
1 #if defined _zp50_gamemodes_const_included
2 #endinput
3 #endif
4 #define _zp50_gamemodes_const_included
5
6 /* Game Mode ID constants */
7 #define ZP_INVALID_GAME_MODE -1
8 #define ZP_NO_GAME_MODE -2
9
10 /* Target player ID constants */
11 #define RANDOM_TARGET_PLAYER 0
12