how delete yellow markers from places? - 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 delete yellow markers from places? (
/showthread.php?tid=443749)
how delete yellow markers from places? -
5002 - 13.06.2013
hello
i see normal game interiors(Yellow market at entry door)
for example tatto shop
i dont want it
how remove?
also about LSPD interior
how i can change it to a diffrent place
like SFPD interior?
Re: how delete yellow markers from places? -
IstuntmanI - 13.06.2013
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
pawn Код:
public OnGameModeInit( )
{
DisableInteriorEnterExits( );
}