NPC:OnNPCModeInit
From SA-MP Wiki
Gets called when a NPC-script loaded.
(NoParam)
| Returns | This function doesn't return a specific value |
public OnNPCModeInit() { print("NPC script loaded"); return 1; }
[edit]
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- NPC:OnNPCModeExit: Gets called when a NPC script unloaded.
