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;
}