How i remove yellow arrow to entering building ? - 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 i remove yellow arrow to entering building ? (
/showthread.php?tid=488043)
How i remove yellow arrow to entering building ? -
botak - 16.01.2014
how i remove yellow arrow like this ?
Re: How i remove yellow arrow to entering building ? -
[D]ry[D]esert - 16.01.2014
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: How i remove yellow arrow to entering building ? -
iBots - 16.01.2014
pawn Код:
public OnGameModeInit()
{
* * DisableInteriorEnterExits();
* * return 1;
}
Put this