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

Player::setDriveTaskDrivingStyle

Материал из RAGE MP Wiki Archive
Версия от 23:40, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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