View Single Post
Re: msec and slow bots
Old
  (#6)
bomberman
Guest
 
Status:
Posts: n/a
Default Re: msec and slow bots - 05-07-2004

Code:
void ServerActivate( edict_t *pEdictList, int edictCount, int clientMax )
{
   (*other_gFunctionTable.pfnServerActivate)(pEdictList, edictCount, clientMax);
}
I think you mean this stuff ? my knowledge is not good
  
Reply With Quote