DisableInteriorEnterExits

From SA-MP Wiki

Jump to: navigation, search

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


This function does not return a specific value.


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.

Personal tools
In other languages