Yellow Entrances - 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 Entrances (
/showthread.php?tid=165479)
Yellow Entrances -
iTzZh - 05.08.2010
Forgot the function name....
Re: Yellow Entrances -
Kayla.S - 05.08.2010
Put this under ongamemodinit: DisableInteriorEnterExits();
Re: Yellow Entrances -
nemesis- - 05.08.2010
Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: Yellow Entrances -
iTzZh - 05.08.2010
Thanks, I knew it was something like that.