Script::setStreamedScriptAsNoLongerNeeded
Внешний вид
Syntax
<syntaxhighlight lang="javascript">mp.game.script.setStreamedScriptAsNoLongerNeeded(scriptHash);</syntaxhighlight>
Required Arguments
- scriptHash: Model hash or name
Return value
- Undefined
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>