27.12.2014, 08:34
Just set a timer after spawning and registering:
And timer publics:
I'm on another PC and I don't have: '' . So replace them with correct symbol in Timer.
pawn Код:
SetTimerEx(''Position'', 5000, false, ''i'', playerid);
pawn Код:
forward Position(playerid);
public Position(playerid)
{
SetPlayerPos(playerid, Pos X, Pos Y, Pos Z);
return 1;
}
