SA-MP Forums Archive
how to remove yellow building enter markers? - 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 remove yellow building enter markers? (/showthread.php?tid=367493)



how to remove yellow building enter markers? - denNorske - 10.08.2012

how us It possible to remove the yellow markers on the map that u enter building with? they are default in single players and showed up in my server.

Thanks "


Re: how to remove yellow building enter markers? - PawnFox - 10.08.2012

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


Re: how to remove yellow building enter markers? - Income - 10.08.2012

Quote:

DisableInteriorEnterExits();

Enjoy
If you want to disable the stunts bonus use this:
Quote:

EnableStuntBonusForAll(0);

Put those under the OnGameModeInit() if you are using GM
or under OnFilterScriptInit if you are using FS


Re: how to remove yellow building enter markers? - ThePhenix - 10.08.2012

You want to delete them or disable the Interior?


Re: how to remove yellow building enter markers? - Luis- - 10.08.2012

Quote:
Originally Posted by ThePhenix
Посмотреть сообщение
You want to delete them or disable the Interior?
Using the "DisableInteriorEnterExits" function will do both.