Interior::disableInterior
Example:
This removes the interior from the strip club and when trying to walk inside the player just falls:
INTERIOR::DISABLE_INTERIOR(118018, true);
Syntax
interior.disableInterior(interiorID, toggle);
Required Arguments
- interiorID: int
- toggle: Boolean
Return value
- Undefined
Example
todo