SA-MP Forums Archive
Removing interiors - 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: Removing interiors (/showthread.php?tid=351426)



Removing interiors - nogh445 - 16.06.2012

I wanna know how to remove the interiors that are in the script automatically

Screen shots below.







Re: Removing interiors - ReneG - 16.06.2012

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Will delete all of them as long as DisableInteriorEnterExits is in your code.


Re: Removing interiors - nogh445 - 16.06.2012

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Will delete all of them as long as DisableInteriorEnterExits is in your code.
Is this not going to allow me to have interiors at all now?


Re: Removing interiors - jessejanssen - 16.06.2012

Quote:
Originally Posted by nogh445
Посмотреть сообщение
Is this not going to allow me to have interiors at all now?
Nope, this just disables all those enter/exit points and you will have to script your own enter/exit points linking them to interiors/the exterior.

Best regards,
Jesse