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