NPC - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC (
/showthread.php?tid=221155)
NPC - Unknown123 - 05.02.2011
How can i get my NPC to walk there i recorded?
and when he is done with walking the round i recorded, then he should start at new..
And how can i change the NPCs skin?
pawn Код:
#include <a_npc>
#define RECORDING "Running_Thief"
#define RECORDING_TYPE 2
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
Re: NPC -
Kitten - 05.02.2011
Explains all
https://sampforum.blast.hk/showthread.php?tid=95034
Re: NPC - Unknown123 - 05.02.2011
Quote:
Originally Posted by Kitten
|
ok, thnx