Enterable shops?
#1

Hello,

I made a blank script and for some reason it makes enterable shops? How can I stop this..

Like in SP, you get those yellow arrows and if you walk in it you can enter it..

I wanna stop this.

Thanks.
Reply
#2

Use the DisableInteriorEnterExits() function in OnGameModeInit.

Example from the wiki:
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Reply
#3

Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)