31.03.2011, 10:21
This is my .pwn NPC script, put in npcmodes
(obviously the .rec file exists, and is in the npcmodes/recordings)
pawn Код:
#define RECORDING "bot"
#define RECORDING_TYPE 2
#include <a_npc>
main(){}
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);