NPC Bot
#1

Hello guys, I'm trying to make a npc bot. Ok, so my npc connects to server, but I can't see it.

Gamemode:
Код:
new NPC1;
OnGameModeInit()
{
NPC1 = ConnectNPC("Bikez", "bike");
return 1;
}
bike file in npcmodes:
Код:
#define RECORDING "NPCBOT1" 
#define RECORDING_TYPE 2
 
#include <a_npc>

public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
Reply


Messages In This Thread
NPC Bot - by Creig - 10.11.2013, 07:03
Re: NPC Bot - by Twizted - 10.11.2013, 07:50
Re: NPC Bot - by Creig - 10.11.2013, 08:01
Re: NPC Bot - by -Prodigy- - 10.11.2013, 08:13

Forum Jump:


Users browsing this thread: 1 Guest(s)