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

System::startNewStreamedScriptWithArgs

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

Syntax

<syntaxhighlight lang="javascript">mp.game.system.startNewStreamedScriptWithArgs(scriptHash, args, argCount, stackSize);</syntaxhighlight>

Required Arguments

  • scriptHash: Model hash or name
  • args: unknown (to be checked)
  • argCount: int
  • stackSize: int

Return value

  • int

Example

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

See also

Шаблон:System s function c