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

Player::taskStealthKill

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

known 'killTypes' are: 'AR_stealth_kill_knife' and 'AR_stealth_kill_a'.

Syntax

<syntaxhighlight lang="javascript">player.taskStealthKill(target, killType, p3, p4);</syntaxhighlight>

Required Arguments

  • target: Ped handle or object
  • killType: Model hash or name
  • p3: float
  • p4: Boolean

Return value

  • unknown (to be checked)

Example

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

See also