Player::setResetFlagPreferRearSeats
example:
flags: 0-6
PLAYER::SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS(PLAYER::PLAYER_ID(), 6);
wouldnt the flag be the seatIndex?
Syntax
```js player.setResetFlagPreferRearSeats(flags); ```
Required Arguments
- flags: int
Return value
- Undefined
Example
```js // todo ```