DisableInteriorEnterExits
From SA-MP Wiki
DisableInteriorEnterExits
DisableInteriorEnterExits is a function to disable all the interior entrances/exits in the game. (the yellow object outside and inside each door)
This function has no parameters
public OnGameModeInit() { DisableInteriorEnterExits(); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- AllowInteriorWeapons: Determine if weapons can be used in interiors.
