SetTimerEx supports natives?
#4

If you would want to do like SetPlayerPos you should make a public for it like

pawn Код:
foward SetPos(playerid);
public SetPos(playerid)
{
     SetPlayerPos(playerid, blblblblblblblbl);
     return 1;
}
then

SetTimerEx("SetPos", 5000, false, "ifff", playerid);
Reply


Messages In This Thread
SetTimerEx supports natives? - by iWhite - 07.09.2012, 16:07
Re: SetTimerEx supports natives? - by Roko_foko - 07.09.2012, 16:11
Re: SetTimerEx supports natives? - by Vince - 07.09.2012, 16:13
Re: SetTimerEx supports natives? - by mobiliz - 07.09.2012, 16:14

Forum Jump:


Users browsing this thread: 1 Guest(s)