FCNPC plugin help. - 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 plugin help. (
/showthread.php?tid=510126)
FCNPC plugin help. -
KesaSport - 29.04.2014
Hello, I'm usin this npc plugin:
https://sampforum.blast.hk/showthread.php?tid=428066
I'm try create npc, but it doesn't create. Server log:
pawn Код:
[23:07:18] [npc:join] Istorija1 has joined the server (49:127.0.0.1)
[23:07:18] [npc:part] Istorija1 has left the server (49:2)
My script:
pawn Код:
NPC_ISTORIJOS[0] = FCNPC_Create("Istorija1");
FCNPC_Spawn(NPC_ISTORIJOS[0], 60, 2115.4683, 55.3259, 1.5045);
Re: FCNPC plugin help. -
dakata994 - 29.04.2014
Did you changed "maxnpc" in the server.cfg ?
EDIT: I cannot help you, i am not good on NPCs
Re: FCNPC plugin help. -
KesaSport - 29.04.2014
maxnpc 30
Edit: Sloved.