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

System::startNewStreamedScript

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

Syntax

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

Required Arguments

  • scriptHash: Model hash or name
  • stackSize: int

Return value

  • int

Example

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

See also

Шаблон:System s function c