View Single Post
Re: POD-bot back into shape.
Old
  (#523)
kedat
Member
 
kedat's Avatar
 
Status: Offline
Posts: 44
Join Date: Jan 2004
Default Re: POD-bot back into shape. - 17-04-2004

The only thing I've changed (in POD SDK) was adding brackets in two places where I got warning messages:
Code:
if ((pBot->vecGrenade == g_vecZero) || (BotGetSafeTask (pBot)->fTime < gpGlobals->time)
 		 || ((pEdict->v.weapons & (1 << CS_WEAPON_HEGRENADE)) == 0))
and
Code:
if ((pBot->vecGrenade == g_vecZero) || (BotGetSafeTask (pBot)->fTime < gpGlobals->time)
 		 || ((pEdict->v.weapons & (1 << CS_WEAPON_FLASHBANG)) == 0))
I also compiled metamod dll and I'm using both. Game freezes after few seconds...
Is anyone OFFICIALY continuing PMB work?
What and where is the last version?

Last edited by kedat; 17-04-2004 at 21:00..