Skip to main content

Player::setPlayerResetFlagPreferRearSeats

example:

flags: 0-6

PLAYER::SET_PLAYER_RESET_FLAG_PREFER_REAR_SEATS(PLAYER::PLAYER_ID(), 6);

wouldnt the flag be the seatIndex?

Syntax

```js mp.game.player.setPlayerResetFlagPreferRearSeats(flags); ```

Required Arguments

  • flags: int

Return value

  • Undefined

Example

```js // todo ```

See also