11.04.2011, 16:40
Quote:
Max players after a new string? Sounds like a bad idea, cause you would put (if standard) 500 cells in the string.
MAX PLAYERS should be used in a loop, if you want to loop through all players. MAX PLAYER NAME is 24 and should be used when you get a players name with GetPlayerName. |
It would be better to put on the top of your gamemode
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS (number_of_your_slots)