22.12.2010, 20:11
Quote:
Timers, large functions under OnPlayerUpdate, infinite loops, inefficient coding, etc...
|
pawn Код:
zonetimer = SetTimer("ZoneUpdate", 10000, true);
timer1 = SetTimer("AntiCheat",5000,true);
Timers, large functions under OnPlayerUpdate, infinite loops, inefficient coding, etc...
|
zonetimer = SetTimer("ZoneUpdate", 10000, true);
timer1 = SetTimer("AntiCheat",5000,true);