SA-MP Forums Archive
How to disable the yellow arrows from the doors ? - 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 disable the yellow arrows from the doors ? (/showthread.php?tid=349917)



How to disable the yellow arrows from the doors ? - Suikast - 10.06.2012

Please Help mee.... How to disable the yellow arrows from the doors ?


AW: How to disable the yellow arrows from the doors ? - RPG-Zone - 10.06.2012

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


Re: How to disable the yellow arrows from the doors ? - Suikast - 10.06.2012

thanks


Re: How to disable the yellow arrows from the doors ? - sniperwars - 10.06.2012

Use this code as it will remove the yellow arrows:

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