DisableInterior
DocsDisableInterior(interiorID, toggle)Description
Example:
This removes the interior from the strip club and when trying to walk inside the player just falls:
INTERIOR::DISABLE_INTERIOR(118018, true);
Parameters
| Name | Type | Description |
|---|---|---|
interiorID | int | — |
toggle | BOOL | — |
Returns
voidThis native does not return a value.