Native referenceFiveM

DISABLE_INTERIOR

0x6170941419D7D8EC INTERIOR
FUNCTION SIGNATURE
void DISABLE_INTERIOR(int interiorID, BOOL toggle);
Property Value
Native Name DISABLE_INTERIOR
Hash 0x6170941419D7D8EC
Return Type void
Parameters interiorID (int), toggle (BOOL)

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);

Back to INTERIOR