SA-MP Forums Archive
Game Building Entrance/Exits - 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: Game Building Entrance/Exits (/showthread.php?tid=151636)



Game Building Entrance/Exits - RichyB - 31.05.2010

How do I disabled the arrows to enter and exit buildings for Single Player in server?
I know its something under OnGamemodeinit, but what is it?




Re: Game Building Entrance/Exits - ViruZZzZ_ChiLLL - 31.05.2010

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



Re: Game Building Entrance/Exits - RichyB - 31.05.2010

Thankyou