Native referenceFiveM

SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS

0x11D5F725F0E780E0 PLAYER
FUNCTION SIGNATURE
void SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS(Player player, int flags);
Property Value
Native Name SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS
Hash 0x11D5F725F0E780E0
Return Type void
Parameters player (Player), flags (int)

Description: ``` example:
flags: 0-6
PLAYER::SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS(PLAYER::PLAYER_ID(), 6);
wouldnt the flag be the seatIndex?

Back to PLAYER