24.06.2009, 18:03
Put in all timers "0" instead of "playerid"
For example...
instead of
The "0" toogles repeating the timer
For example...
pawn Код:
SetTimer("liftu", 100, 0);
pawn Код:
SetTimer("liftu", 100, playerid);