OnScriptUnload

From Vice City Multiplayer
Revision as of 05:48, 22 February 2015 by NE.CrystalBlue (talk | contribs)
Jump to navigation Jump to search
Caution icon
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 ==" );
}