Script::doesScriptExist
Внешний вид
For a full list, see here: pastebin.com/yLNWicUi
Syntax
<syntaxhighlight lang="javascript">mp.game.script.doesScriptExist(scriptName);</syntaxhighlight>
Required Arguments
- scriptName: String
Return value
- Boolean
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>