GTA V NativesgameplayGameplay::terminateAllScriptsWithThisNameOn this pageGameplay::terminateAllScriptsWithThisNameFor a full list, see here: pastebin.com/yLNWicUi Syntax ```js mp.game.gameplay.terminateAllScriptsWithThisName(scriptName); ``` Required Arguments scriptName: String Return value Undefined Example ```js // todo ``` See also