16.04.2015, 11:46
Well, you can't create an array having size over 2048.
Also, if you already used MAX_PLAYERS at many places, then just add this code on the top of your script:
Also, if you already used MAX_PLAYERS at many places, then just add this code on the top of your script:
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 50 (change 50 to your server slot)