07.09.2012, 16:14
If you would want to do like SetPlayerPos you should make a public for it like
then
SetTimerEx("SetPos", 5000, false, "ifff", playerid);
pawn Код:
foward SetPos(playerid);
public SetPos(playerid)
{
SetPlayerPos(playerid, blblblblblblblbl);
return 1;
}
SetTimerEx("SetPos", 5000, false, "ifff", playerid);