Teleport on timer
#2

Just set a timer after spawning and registering:
pawn Код:
SetTimerEx(''Position'', 5000, false, ''i'', playerid);
And timer publics:

pawn Код:
forward Position(playerid);

public Position(playerid)
{
     SetPlayerPos(playerid, Pos X, Pos Y, Pos Z);
     return 1;
}
I'm on another PC and I don't have: '' . So replace them with correct symbol in Timer.
Reply


Messages In This Thread
Teleport on timer - by X|Dragon|X - 27.12.2014, 08:30
Re: Teleport on timer - by HY - 27.12.2014, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)