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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Yellow Markers (
/showthread.php?tid=155840)
Yellow Markers -
TKZ227 - 19.06.2010
How can I remove they yellow markers that make you automatically enter a building? I've heard about it, and seen it many place, and figured it would be extremely helpful. Thanks.
Re: Yellow Markers -
ViruZZzZ_ChiLLL - 19.06.2010
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}