FCNPC 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 help (
/showthread.php?tid=507976)
FCNPC help -
blackwave - 20.04.2014
Guys, I'm mad about trying to load a recording NPC file on the FCNPC plugin.
I simply can't do it, the NPC doesn't connects. I put the recording file to load and it doesn't. Look:
pawn Код:
new a;
a = FCNPC_Create("fe");
FCNPC_StartRecordingPlayback(a, "linha");
FCNPC_Spawn(a, 149, 0, 0, 0);
Wasn't that supposed to be it?
Also tried "rnpc", and I prefer that one.
Re: FCNPC help -
blackwave - 20.04.2014
Help, please.