Quote:
Originally Posted by JaTochNietDan
Then all you need is this
pawn Код:
if(strcmp("/stunt2", cmdtext, true, 10) == 0) { SetPlayerInterior(playerid,0); GameTextForPlayer(playerid, "Objects Loading..", 1000, 1); TogglePlayerControllable(playerid,false); SetTimerEx("FreezeTimer",3000,0,"d",playerid); SetPlayerPos(playerid, 465.7092,-2250.7974,24.2511); SendClientMessage(playerid, COLOR_YELLOW, "You have been teleported!"); return 1; }
Forget about KillTimer and new stunt2timer.
|
Oh Thanks alot man, Only kill the timers when i have SetTimer(...); only?