30.05.2010, 07:07
Just want to point out, I assume 64 players is the ammount of players in your server, A better way (and easier) way to do that is this..
#undef MAX_PLAYERS
#define MAX_PLAYERS 64
That way if you upgrade/downgrade it can be easily changed, As for your question I'm still trying to understand it.
#undef MAX_PLAYERS
#define MAX_PLAYERS 64
That way if you upgrade/downgrade it can be easily changed, As for your question I'm still trying to understand it.

