23.06.2010, 00:05
Not really. I never had any experience of that. Oh, by the way, you should make something like this;
and use M_PLAYERS instead of MAX_PLAYERS in loops.
(obviously change 40 to how many players you expect in your server).
This will increase the performance of the loops
pawn Код:
#define M_PLAYERS 40
(obviously change 40 to how many players you expect in your server).
This will increase the performance of the loops