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

Player::taskParachute

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

This function has a third parameter as well (bool).
Second parameter is unused.

seconds parameter was for jetpack in the early stages of gta and the hard coded code is now removed

Syntax

<syntaxhighlight lang="javascript">player.taskParachute(p1);</syntaxhighlight>

Required Arguments

  • p1: Boolean

Return value

  • Undefined

Example

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

See also