.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   E[POD]bot (http://forums.bots-united.com/forumdisplay.php?f=12)
-   -   players vs bots (http://forums.bots-united.com/showthread.php?t=4069)

MarD 24-06-2005 07:19

Re: players vs bots
 
Heyyo,

Hmm, I know PODbot mm supports CZ. I'm not sure which other ones do as well.. Check the other bot's forum sections for FAQs, they might help. ;)

KWo 24-06-2005 08:31

Re: players vs bots
 
It's time e[pod]bot should support CZ , too. :)
Look what sPlOrYgOn made in pod code to support it. I guess it shouldn't be a big problem for THE_STORM. ;)

The Storm 24-06-2005 12:02

Re: players vs bots
 
Every bot that can be runned on CS 1.6 too can be runned and on CZ. EPB work with CZ tested by me but you still don't do that because I must change some code in EPB because EPB can detect only cstrike folder but not CZ folder so in the next release EPB will support CZ without any problem. :)

MarD 24-06-2005 22:54

Re: players vs bots
 
Heyyo,

I heard you need to fix the model detection, cause I remember reading a podbot mm fix for that so I'd work fine in CZ.

brettyboy879 25-06-2005 02:49

Re: players vs bots
 
i tried to install podbot_mm but the read me confused me. Is it really as complicated as it sounds?

Whistler 25-06-2005 03:07

Re: players vs bots
 
PHP Code:

int UTIL_GetTeam(edict_t *pEntity)
{
   
union
   
{
      
short s;
      
char c[2];
   } 
t;

   
char *g_engfuncs.pfnInfoKeyValue(g_engfuncs.pfnGetInfoKeyBuffer(pEntity), "model");
   
t.c[0] = p[0];
   
t.c[1] = p[1];

   if (
t.== (('e' << 8) + 't') || // TError
      
t.== (('e' << 8) + 'l') || // LEet
      
t.== (('r' << 8) + 'a') || // ARctic
      
t.== (('u' << 8) + 'g') || // GUerilla
      
t.== (('i' << 8) + 'm')) // MIlitia
      
return TEAM_TERRORIST;

   return 
TEAM_CT// URban, GSg9, SAs, GIgn, VIp, SPetsnaz



MarD 25-06-2005 03:12

Re: players vs bots
 
Heyyo,

At first it is a bit overwhelming, but then after getting it right, you realise how easy it is to setup. ;)

Just create a folder called "addons" in your "cstrike" folder

create another folder inside your "addons" folder called "metamod"

inside that folder, create another folder called "dlls" and that's where you put your "metamod.dll" file.

We'll start out with just this for now. Just answer back once you get this part nailed down. ;)

brettyboy879 25-06-2005 04:08

Re: players vs bots
 
well i already have metamod installed, becuase the amxmodx installer did that defualt

The Storm 25-06-2005 10:35

Re: players vs bots
 
Quote:

Originally Posted by Whistler
PHP Code:

int UTIL_GetTeam(edict_t *pEntity)
{
   
union
   
{
      
short s;
      
char c[2];
   } 
t;

   
char *g_engfuncs.pfnInfoKeyValue(g_engfuncs.pfnGetInfoKeyBuffer(pEntity), "model");
   
t.c[0] = p[0];
   
t.c[1] = p[1];

   if (
t.== (('e' << 8) + 't') || // TError
      
t.== (('e' << 8) + 'l') || // LEet
      
t.== (('r' << 8) + 'a') || // ARctic
      
t.== (('u' << 8) + 'g') || // GUerilla
      
t.== (('i' << 8) + 'm')) // MIlitia
      
return TEAM_TERRORIST;

   return 
TEAM_CT// URban, GSg9, SAs, GIgn, VIp, SPetsnaz



Thanks a lot Whistler. :)

brettyboy879 25-06-2005 16:39

Re: players vs bots
 
im an idiot.... WHat do i do with that code?


All times are GMT +2. The time now is 21:04.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.