Перейти к содержанию

Player::setPlayerResetFlagPreferRearSeats

Материал из RAGE MP Wiki Archive

example:

flags: 0-6

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

wouldnt the flag be the seatIndex?

Syntax

<syntaxhighlight lang="javascript">mp.game.player.setPlayerResetFlagPreferRearSeats(flags);</syntaxhighlight>

Required Arguments

  • flags: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also