Native referenceFiveM

CELL_CAM_ACTIVATE

0xFDE8F069C542D126 MOBILE
FUNCTION SIGNATURE
void CELL_CAM_ACTIVATE(BOOL active, BOOL bGoFirstPerson);
Property Value
Native Name CELL_CAM_ACTIVATE
Hash 0xFDE8F069C542D126
Return Type void
Parameters active (BOOL), bGoFirstPerson (BOOL)

Description: Activates the cellphone camera. Make sure you have a mobile phone created with CREATE_MOBILE_PHONE or else the camera will not work.

Parameters

  • active (BOOL) — Toggle whether the camera should be active.
  • bGoFirstPerson (BOOL) — Unused parameter.
Back to MOBILE