OnScriptUnload
This wiki is using an old backup from 2020
Some information may be old/missing
Description
Executed when the script is removed from memory
Example
function onScriptUnload()
{
print( "== Unloaded Squirrel VC:MP Script ==" );
}