Removing interiors
#1

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

Screen shots below.




Reply
#2

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

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?
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)