View Single Post
Re: The Bots SteamId?
Old
  (#4)
Aragon
Guest
 
Status:
Posts: n/a
Default Re: The Bots SteamId? - 14-06-2004

PMB

I found this in engine.cpp

Line 324
Code:
 
const char *pfnGetPlayerAuthId (edict_t *e)
{
if (e->v.flags & FL_FAKECLIENT)
RETURN_META_VALUE (MRES_SUPERCEDE, "0");
RETURN_META_VALUE (MRES_IGNORED, NULL);
}
line 353
Code:
 
meta_engfuncs.pfnGetPlayerAuthId = pfnGetPlayerAuthId;
So would it be enough to take these away?
Will this change to the code do something strange to something else? tex. amxx?

Oki I will try and see what happends..

Last edited by Aragon; 14-06-2004 at 16:33..
  
Reply With Quote