SA-MP Forums Archive
How to disable the yellow entrance marker - 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: How to disable the yellow entrance marker (/showthread.php?tid=158134)



How to disable the yellow entrance marker - lilswizy - 08.07.2010

Hey everyone i have a problem i dont know how to disable the yellow marker for entrances like pizza i havent found a function for that can anyone help me please?


Re: How to disable the yellow entrance marker - Hiddos - 08.07.2010

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



Re: How to disable the yellow entrance marker - lilswizy - 08.07.2010

thank you

DisableInteriorEnterExits*