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?