03.06.2013, 22:36
Is there a tutorial somewhere on how to use this? I don't understand how the functions don't have an NPC ID parameter - how do you handle multiple NPCs? Seems very counterintuitive.
After looking through the include file and finding this:
I still have no idea what to do. Why is there absolutely NO documentation AT ALL..? Not exactly convincing me to use it.
After looking through the include file and finding this:
pawn Code:
native RNPC_CreateBuild(npcid, type, slot=0);
native RNPC_FinishBuild(clear=1);