03.03.2011, 13:36
No, using that will disable all interior entrances/exits. You need to use it like it shows in the SA-MP Wiki example:
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}