SA-MP Forums Archive
Making a blip to a specific location in a cmd? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Making a blip to a specific location in a cmd? (/showthread.php?tid=111941)



Making a blip to a specific location in a cmd? - Studio - 04.12.2009

Making a blip to a specific location in a cmd?


Re: Making a blip to a specific location in a cmd? - Studio - 04.12.2009

Yes but the blip wouldn't show if you weren't in that area...


Re: Making a blip to a specific location in a cmd? - Studio - 05.12.2009

Ok, i found out how. How do you remove a checkpoint when you're there.


Re: Making a blip to a specific location in a cmd? - Retardedwolf - 05.12.2009

Quote:
Originally Posted by Studio
Ok, i found out how. How do you remove a checkpoint when you're there.
pawn Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid)
{
  return 1;
}
pawn Код:
DestroyCheckpoint(cPid); //Destroys a checkpoint.