System::startNewStreamedScript

From RAGE Multiplayer Wiki
Revision as of 21:33, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

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

Required Arguments

  • scriptHash: Model hash or name
  • stackSize: int

Return value

  • int

Example

// todo

See also

Template:System s function c