Skip to main content

System::startNewStreamedScript

Syntax

```js mp.game.system.startNewStreamedScript(scriptHash, stackSize); ```

Required Arguments

  • scriptHash: Model hash or name
  • stackSize: int

Return value

  • int

Example

```js // todo ```

See also