NPC:OnNPCModeExit

From SA-MP Wiki

Jump to: navigation, search


NPC:OnNPCModeExit was added in SA-MP 0.3a This callback was added in SA-MP 0.3a and will not work in earlier versions!


Description:

Gets called when a NPC-script unloaded.


Parameters:
(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.

Personal tools
Navigation
Toolbox
In other languages