SA-MP Forums Archive
FCNPC wont spawn! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: FCNPC wont spawn! (/showthread.php?tid=501286)



FCNPC wont spawn! - ignas1125 - 17.03.2014

Hi, i have problem that my fcnpc npc wont spawn :/
this is the code:
Код:
CMD:cz(playerid, params[])
	{
		new npcid = FCNPC_Create("ZOMBIE"); // we  create the NPC
		FCNPC_Spawn(npcid,180,1958.8015,1343.0042,15.3746);
		FCNPC_SetPosition(npcid,1958.8015,1343.0042,15.3746); // teleport the NPC to player's pos
		return 1;
	}
FCNPC Include : https://sampforum.blast.hk/showthread.php?tid=428066


Re: FCNPC wont spawn! - ignas1125 - 17.03.2014

Bump ? anyone please