Native referenceFiveM

SET_ENTITY_LIGHTS

0x7CFBA6A80BDF3874 ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_LIGHTS(Entity entity, BOOL toggle);
Property Value
Native Name SET_ENTITY_LIGHTS
Hash 0x7CFBA6A80BDF3874
Return Type void
Parameters entity (Entity), toggle (BOOL)

Parameters

  • entity (Entity)
  • toggle (BOOL) — To turn the lights on, set to "false". To turn the lights off, set to "true".
Back to ENTITY