Native referenceFiveM

SET_PLAYER_MAY_NOT_ENTER_ANY_VEHICLE

0x1DE37BBF9E9CC14A PLAYER
FUNCTION SIGNATURE
void SET_PLAYER_MAY_NOT_ENTER_ANY_VEHICLE(Player player);
Property Value
Native Name SET_PLAYER_MAY_NOT_ENTER_ANY_VEHICLE
Hash 0x1DE37BBF9E9CC14A
Return Type void
Parameters player (Player)

Description: Establishes a reset flag to prevent the player from entering any vehicle. Not that this native must be called every frame.

Parameters

  • player (Player) — The player index.
Back to PLAYER