11.01.2013, 20:24
Please post your GateClose(playerid) function.
Btw, replace
With
So your timer doesn't repeat.
Btw, replace
pawn Код:
SetTimerEx("GateClose", 9000, true,"i",playerid);
pawn Код:
SetTimerEx("GateClose", 9000, false,"i",playerid);