SA-MP Forums Archive
Remove "enter building" yellow 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: Remove "enter building" yellow markers? (/showthread.php?tid=371343)



Remove "enter building" yellow markers? - denNorske - 23.08.2012

Hello!

I made a house-system on my own, but i am struggeling to get rid of the Yellow markers in the GTA map that allows you to enter buildings (like resturants, houses, clubs).

How can i be able to remove them permanently ?


Thanks a lot!


Re: Remove "enter building" yellow markers? - clarencecuzz - 23.08.2012

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}



Re: Remove "enter building" yellow markers? - denNorske - 23.08.2012

Exactly what i asked for, thanks for the help!


Re: Remove "enter building" yellow markers? - KiiD - 06.04.2013

I suggest you read through the wiki for things like this.
Also, if you did a quick ****** search you'd get the wiki page.