16.02.2011, 13:33
1. Definitions are used by pawn pre-rpocessor, so you cannot define something non-constant
2. There's function GetMaxPlayers to get servers slots
3. In your case you need to do this:
2. There's function GetMaxPlayers to get servers slots
3. In your case you need to do this:
Код:
#undef MAX_PLAYERS #define MAX_PLAYERS (50)