6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = gta.terminateScript | ||
|side = client | |||
|type = function | |type = function | ||
| | |games = iii vc sa iv | ||
|desc = end a game script, specified by script name (immediately stops the script) | |||
|arg1 = string scriptName The name of the script to terminate. | |||
|return = void void | |||
| | |freturn = void | ||
| | |note = This does NOT apply to resources! This only stops SCM game scripts (use [[gta.getActiveScripts|gta.getActiveScripts]] to see currently running scripts. | ||
| | |||
| | |||
}} | }} |
edits