How to remove native doors?
#1

Hey guys,

I am trying to make a RP script from scratch right now, I just started the other day. But, I don't know how I can remove those native "doors", like the entrance point to LSPD, so I can actually create a "Dynamic Door" for such points. Does anyone of you know how I can get rid of the yellow checkpoint in the picture below and make it so you don't go inside the LSPD once you enter?



Thanks in advance!
Reply
#2

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

Worked, thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)