SA-MP Forums Archive
[SOLVED]DisableInteriorEnterExits() not working? - 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: [SOLVED]DisableInteriorEnterExits() not working? (/showthread.php?tid=94700)



[SOLVED]DisableInteriorEnterExits() not working? - Rizard - 31.08.2009

Hi,

Is it possible "DisableInteriorEnterExits();" sometimes doesn't work IN interiors? , I'm teleport the player on a command /enter and set his position/intirior etc... and also DisableInteriorEnterExits(); but when I enter the interior, the marker (yellow) to exit the interior is still there... reloaded the script / restarted the server lot's of times

Grts Riz


Re: DisableInteriorEnterExits() not working? - Imran.Abbas - 31.08.2009

put under

public OnGameModeInit()
{

Код:
DisableInteriorEnterExits();



Re: DisableInteriorEnterExits() not working? - Rizard - 31.08.2009

Ok now that's bit stupid... the "DisableInteriorEnterExits" doesn't work anywhere else then in OnGameModeInit(); ??

i'm gonna have to create my own interiors somewhere

thnx and Grts Riz