/find tracing continously
#1

When i do /find it just gives me the place where the player is and the dot stays there for 60 seconds.

I want that the dot keeps moving to where the player is going.
How can i do that?

I currently have these(most Important for this i think if need more ask please) lines.

PHP код:
        if(IsPlayerConnected(id))
                {
                    if(
playerid != id)
                    {
                        if(
id != INVALID_PLAYER_ID)
                        {
                            if(
PhoneOnline[id] == 0)
                            {
                                
SendClientMessage(idCOLOR_LIGHTYELLOW2"[INFO:] Someone is tracking you.");
                                
format(stringsizeof(string), "[INFO:] Your tracking %s, checkpoint removed in 60 seconds."GetPlayerNameEx(id));
                                
SendClientMessage(playeridCOLOR_LIGHTYELLOW2string);
                                new 
Float:x,Float:y,Float:z;
                                
GetPlayerPos(id,x,y,z);
                                
SetPlayerCheckpoint(playerid,x,y,z,10.0);
                                
SetTimerEx("ClearCheckpointsForPlayer"60000false"i"playerid);
                                
TrackingPlayer[playerid] = 1
Reply


Messages In This Thread
/find tracing continously - by remyguys - 24.11.2011, 14:18
Re: /find tracing continously - by Alberto_DR - 24.11.2011, 14:33
Re: /find tracing continously - by remyguys - 30.11.2011, 19:12
Re: /find tracing continously - by Suzan223Pian - 12.09.2013, 06:30

Forum Jump:


Users browsing this thread: 1 Guest(s)