28.07.2016, 03:51
Ask yourself do you really need that big array?
Natwa needs to be 34? War 100? Multiplied by MAX_PLAYERS and than 100 times for every player?
At least you can redefine MAX_PLAYERS value to fit your needs.
But i guess that whole system can be done in other way, without allocation of that much memory.
Natwa needs to be 34? War 100? Multiplied by MAX_PLAYERS and than 100 times for every player?
At least you can redefine MAX_PLAYERS value to fit your needs.
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 100