05.02.2011, 00:33
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?
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?
Код:
Running_Thief.rec
pawn Код:
#include <a_npc>
#define RECORDING "Running_Thief"
#define RECORDING_TYPE 2
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);