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

Player::setDriveTaskDrivingStyle

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

This native is used to set the driving style for specific player.

Driving styles id seems to be:
786468
262144
786469

http://gtaforums.com/topic/822314-guide-driving-styles/

Syntax

<syntaxhighlight lang="javascript">player.setDriveTaskDrivingStyle(drivingStyle);</syntaxhighlight>

Required Arguments

  • drivingStyle: int

Return value

  • Undefined

Example

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

See also