SA-MP Forums Archive
how to delete ? - 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)
+--- Thread: how to delete ? (/showthread.php?tid=502861)



how to delete ? - HelpYou - 26.03.2014

I have system like: Players Icons on the map, and shops and more... and I dont create him, Its from the samp server how to delete It ?


Re: how to delete ? - RenovanZ - 26.03.2014

ShowPlayerMarkers(0);
Have you tried that, I've seen you asked this question 5++ times this day.


Re: how to delete ? - HelpYou - 26.03.2014

How delete the shops ? and thank you very much !


Re: how to delete ? - MattTucker - 26.03.2014

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits

Add
pawn Код:
DisableInteriorEnterExits();
Under
pawn Код:
public OnGameModeInit();
I don't really get the part of map icons but these two would help

https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
https://sampwiki.blast.hk/wiki/RemovePlayerMapIcon


Re: how to delete ? - RenovanZ - 26.03.2014

DisableInteriorEnterExits();