FCNPC Problem
#1

Good night all.
i have a problem with FCNPC.
when i spawn an NPC and try to kill him it doesn't get killed.
and when i move an npc it don't move.
Can someone help me !
Reply
#2

code?
Reply
#3

Quote:
Originally Posted by Camtasia
View Post
code?
Code:
stock Hostage_Load()
{
	hInfo[Boubo] = FCNPC_Create("Boubo");
	hInfo[Gage] = FCNPC_Create("Gage");
	hInfo[Tim] = FCNPC_Create("Tim");
	hInfo[Nike] = FCNPC_Create("Nike");
	FCNPC_Spawn(hInfo[Boubo], 7, 263.0442,1851.0674,8.7578);
	FCNPC_Spawn(hInfo[Gage], 7, 263.0663,1852.0133,8.7578);
	FCNPC_Spawn(hInfo[Tim], 15, 262.9948,1857.0647,8);
	FCNPC_Spawn(hInfo[Nike], 15, 263.1034,1860.6825,8);
        return 1;
}
Reply
#4

Read this reply on the FCNPC thread that answers the same question.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)