Quote:
Originally Posted by pds2012
what do you mean "They both do different things !" ? i know its different but. if you we're me. which method are you gonna use? or if there is a code much better than the one i have
EDIT
talking about the first one i did undef MAX_PLAYERS and define it again so i do have this at top of my script
pawn Код:
#undef MAX_PLAYERS #define MAX_PLAYESR (32)
|
If you're not expecting more than 32 players on your server, the second one is okay. The first one might not be that useful, as you're calling this function every second with little profit. I also don't expect there will be 32 cuffed players each 25 seconds. Probably not more than 5? 5 timers are not that big of a deal.