Native referenceFiveM

IS_PLAYER_CONTROL_ON

0x49C32D60007AFA47 PLAYER
FUNCTION SIGNATURE
BOOL IS_PLAYER_CONTROL_ON(Player player);
Property Value
Native Name IS_PLAYER_CONTROL_ON
Hash 0x49C32D60007AFA47
Return Type BOOL
Parameters player (Player)

Description: ``` Can the player control himself, used to disable controls for player for things like a cutscene.

You can't disable controls with this, use SET_PLAYER_CONTROL(...) for this.

Back to PLAYER