04.12.2012, 08:32
the lift does not move ? or the timer doesnt run ?
if the timer doesnt run. you must add variable to the timer
to stop the timer you can use
if the timer doesnt run. you must add variable to the timer
pawn Код:
new timer;
timer = SetTimer("liftass", 10000, true);
pawn Код:
KillTimer(timer);

