NPC:OnNPCSpawn Es

From SA-MP Wiki

Jump to: navigation, search


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


Este callback es llamado cuando un NPC spawnea.


Este callback no tiene parametros


Ejemplo:

public OnNPCSpawn()
{
    SendChat("Un NPC acaba de spawnear.");
    return 1;
}
Personal tools