20.04.2014, 02:45
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:
Wasn't that supposed to be it?
Also tried "rnpc", and I prefer that one.
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);
Also tried "rnpc", and I prefer that one.