Quote:
Originally Posted by wups
pawn Код:
#undef MAX_PLAYERS #define MAX_PLAYERS 500 // Change 500 to your server's playerslots. // Why is this needed?
|
Because if you do not have 500 player slots, but 40, it'll be a waste to use 500 as length.
Quote:
Originally Posted by wups
pawn Код:
new ZmoneyZ[MAX_PLAYERS]; // Are you serious? This is stupid!
|
Agree, and I already changed it for version 2.0 before you even noticed this thread.
Thanks.