12.11.2011, 12:51
Well he can optimize it a bit. The max players in your server is not 500 right ?
You can just do this:
You can just do this:
pawn Код:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS YOURMAXPLAYERSHERE
#endif