SA-MP Forums Archive
Remove redpoints on the map. - 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: Remove redpoints on the map. (/showthread.php?tid=77494)



Remove redpoints on the map. - icezoor - 11.05.2009

Yehh, like the subject say........ I have fix some teleports and weaponshops and on the map down to the left side I see "redpoints". Can I delete them and have the teleports and weapon shops anyway?



Код:
  SetPlayerCheckpoint(playerid, 319.0541,-164.5864,999.5938, 3.0);
_________________________________________________________
public OnPlayerEnterCheckpoint(playerid)
{
  SetPlayerPos(playerid,3317.8159,2188.7927,11.3846);
  SendClientMessage(playerid,0xffffff,"WEAPON SHOP.");
  return 1;



Re: Remove redpoints on the map. - Weirdosport - 11.05.2009

Not exactly sure what you're talking about, but there are a few irremovable checkpoints near the stadiums..


Re: Remove redpoints on the map. - GTAIV2008 - 11.05.2009

I think he's talking about the map icons created by checkpoints...


Re: Remove redpoints on the map. - Weirdosport - 11.05.2009

To the best of my knowledge you can't get rid of them, I've never seen a function that would in any way change their colour.. You can only really change their size...


Re: Remove redpoints on the map. - icezoor - 11.05.2009

Are you sure ?





Re: Remove redpoints on the map. - HB - 11.05.2009

He means the red blip on the map. As far as I know: Its not possible.


Re: Remove redpoints on the map. - icezoor - 12.05.2009

Are you sure?



On some servers in the weaponshop can you buy SPECIAL weapons like grenates, in a extra redpoint..... But you cant see some "redpoint" on the map but with my script I do :O


Re: Remove redpoints on the map. - Weirdosport - 12.05.2009

The weapon store "redpoints" are built into the game I thought (in Ammunations) and by default you don't see the red blip on the map..