Delete yellow arrows - 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: Delete yellow arrows (
/showthread.php?tid=242702)
Delete yellow arrows -
marwan - 20.03.2011
i need help deleting this arrows behind the doors here is a shot
Re: Delete yellow arrows -
Stigg - 20.03.2011
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: Delete yellow arrows -
Biesmen - 20.03.2011
At OnGameModeInit:
pawn Код:
DisableInteriorEnterExits();
Edit: someone was faster than me o.o
Re: Delete yellow arrows -
marwan - 20.03.2011
THX ALL
Re: Delete yellow arrows -
Stigg - 20.03.2011
Quote:
Originally Posted by marwan
THX ALL
|
No prob's m8'y.
Re: Delete yellow arrows -
MiXtap3 - 20.03.2011
Can I disable only 1 or 2 yellow arrow/s?
Or only all?
Re: Delete yellow arrows -
Mauzen - 20.03.2011
Only all or none.
Re: Delete yellow arrows -
Stigg - 20.03.2011
It disables all, if you want a particular entrance or exit, make your own.