Skip to main content

System::startNewStreamedScriptWithArgs

Syntax​

```js mp.game.system.startNewStreamedScriptWithArgs(scriptHash, args, argCount, stackSize); ```

Required Arguments​

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

Return value​

  • int

Example​

```js // todo ```

See also​