29.12.2010, 09:14
Change
to
You forgot to add the x, y, z values in the timer part
pawn Код:
SetTimerEx("SetPlayerPosExTimer", 20*1000, 0, "i", playerid);
pawn Код:
SetTimerEx("SetPlayerPosExTimer", (20*1000), 0, "ifff", playerid, x, y, z);