NPC:OnNPCModeExit
From SA-MP Wiki
Description:
Gets called when a NPC-script unloaded.
(NoParam)
Return Values:
This function does not return any specific values.
public OnNPCModeExit() { print("NPC script unloaded"); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- OnNPCModeInit: Gets called when a NPC script loaded.