OnScriptUnload: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | |||
Executed when the script is removed from memory | |||
== Example == | == Example == |
Revision as of 05:48, 22 February 2015
Description
Executed when the script is removed from memory
Example
function onScriptUnload()
{
print( "== Unloaded Squirrel VC:MP Script ==" );
}