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



Remove icons on map - arasone - 15.03.2010

First of all. How can i remove icons on the map ?

And remove "Singe player" Business. With the yellow arrow. Im running GF if you are wondering. Thank you!


Re: Remove icons on map - miokie - 15.03.2010

RemovePlayerMapIcon

DisableInteriorEnterExits


Re: Remove icons on map - arasone - 15.03.2010

Is it just to add that in the script ?


Re: Remove icons on map - miokie - 15.03.2010

To remove the single player businesses add this to OnGameModeInit:
pawn Код:
DisableInteriorEnterExits();
To Remove all the icons on the map that are created IN the script:
CTRL+F and search for "SetPlayerMapIcon", And delete all those parts.

I dont think there is a way of actually detelting the preset singleplayer icons.


Re: Remove icons on map - arasone - 15.03.2010

Alot of RP servers has removed the yellow arrows. I want them removed.


Re: Remove icons on map - miokie - 15.03.2010

Read my last message more carefully.


Re: Remove icons on map - arasone - 16.03.2010

Thanks alot. The yellow arrows are removed. But still, Is there a way to delete the icons on the map ?


Re: Remove icons on map - MrLeNy - 16.03.2010

Original icons can not be removed from the map


Re: Remove icons on map - nejc001 - 18.09.2010

Can i somehow disable "yellow arrows" just for ammunations?


Re: Remove icons on map - RSX - 18.09.2010

Quote:
Originally Posted by nejc001
Посмотреть сообщение
Can i somehow disable "yellow arrows" just for ammunations?
<<< And this is where i find RP to be lame... My way of trying to remove them would be overlapping them, and when maybe setting overlaps transparency to 0, that may affect in "removing" but may not work. So get over it.