System::startNewStreamedScriptWithArgs
Внешний вид
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>