NPC:OnNPCModeExit
From SA-MP Wiki
NPC:OnNPCModeExit
Warning: This function was added in SA-MP version 0.3. It is not available in previous versions.
Gets called when a NPC-script unloaded.
(NoParam)
This function does not return a specific value.
public OnNPCModeExit() { print("NPC script unloaded"); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- NPC:OnNPCModeInit: Gets called when a NPC-script loaded.
