GTA V NativesscriptScript::hasStreamedScriptLoadedOn this pageScript::hasStreamedScriptLoadedSyntax ```js mp.game.script.hasStreamedScriptLoaded(scriptHash); ``` Required Arguments scriptHash: Model hash or name Return value Boolean Example ```js // todo ``` See also