Native referenceFiveM

SET_PLAYER_MAY_ONLY_ENTER_THIS_VEHICLE

0x8026FF78F208978A PLAYER
FUNCTION SIGNATURE
void SET_PLAYER_MAY_ONLY_ENTER_THIS_VEHICLE(Player player, Vehicle vehicle);
Property Value
Native Name SET_PLAYER_MAY_ONLY_ENTER_THIS_VEHICLE
Hash 0x8026FF78F208978A
Return Type void
Parameters player (Player), vehicle (Vehicle)

Description: Limit the player to only enter this vehicle. Note set vehicle to false if you want them to access any vehicle.

Parameters

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