10.11.2013, 07:03
Hello guys, I'm trying to make a npc bot. Ok, so my npc connects to server, but I can't see it.
Gamemode:
bike file in npcmodes:
Gamemode:
Код:
new NPC1; OnGameModeInit() { NPC1 = ConnectNPC("Bikez", "bike"); return 1; }
Код:
#define RECORDING "NPCBOT1" #define RECORDING_TYPE 2 #include <a_npc> public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING); public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);