NPC:OnNPCModeExit ES

From SA-MP Wiki

Revision as of 22:04, 26 July 2013; view current revision
←Older revision | Newer revision→
Jump to: navigation, search



NPC:OnNPCModeExit ES was added in SA-MP 0.3a ¡Este/a callback fue agregado/a en SA-MP 0.3a y no funcionará en versiones anteriores!


Description:

Este callback es llamado cuando se descarga un NPC-script.


Este callback no tiene parametros


Este callback no maneja returns


public OnNPCModeExit()
{
    print("NPC script descargado exitosamente");
    return 1;
}

Callbacks relacionadas

Las siguientes callbacks pueden ser útiles, ya que éstas están relacionadas con esta función de alguna u otra manera.

In other languages