View Single Post
Re: The Bots SteamId?
Old
  (#29)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: The Bots SteamId? - 07-07-2004

try this
Code:
const char *pfnGetPlayerAuthId (edict_t *e)
{
   if (e->v.flags & FL_FAKECLIENT)
      RETURN_META_VALUE (MRES_SUPERCEDE, "ASDF");

   RETURN_META_VALUE (MRES_IGNORED, NULL);
}
see if all the bots are ASDF.
this shouldn't affect humans..
  
Reply With Quote