NPC:OnNPCSpawn
From SA-MP Wiki
Gets called when a NPC spawned.
(NoParam)
| Returns | This function doesn't return a specific value |
public OnNPCSpawn() { print("NPC spawned"); SendChat("Hello World. I'm a bot."); return 1; }
| Returns | This function doesn't return a specific value |
public OnNPCSpawn() { print("NPC spawned"); SendChat("Hello World. I'm a bot."); return 1; }