14.01.2010, 01:21
My server has less than 500 slots, and using MAX_PLAYERS is just a waste of memory. My question is if I can do this:

If not, i will have to re define slots everytime i change that value
.
pawn Код:
#define SLOTS GetServerVarAsInt("maxplayers")



If not, i will have to re define slots everytime i change that value
