game-source/fbxa/frikbot.h
Bill Currie 17ca25a64a can get a bot added to the server, but the server crashes as soon as the
bot sees the player (treating entity as an object: oops)
2003-08-18 06:30:05 +00:00

10 lines
340 B
C

@extern void() BotInit;
@extern void() BotFrame;
@extern void () BotImpulses;
@extern void() ClientInRankings;
@extern void() ClientDisconnected;
@extern void() ClientFixRankings;
@extern void(entity e) setspawnparms;
@extern vector(entity e, float sped) aim;
@extern void(entity e, float chan, string samp, float vol, float atten) sound;