SA-MP Forums Archive
Enterances/Exits by default. - 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: Enterances/Exits by default. (/showthread.php?tid=464564)



Enterances/Exits by default. - CesarLT - 17.09.2013

Hello everyone , I was wondering how to remove all the enterances and exits by default, like this:



Thanks in advance..


Re: Enterances/Exits by default. - Dragonsaurus - 17.09.2013

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



Re: Enterances/Exits by default. - CesarLT - 17.09.2013

Quote:
Originally Posted by Dragonsaurus
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
}
Thanks