current Sourcecode -
31-05-2004
Hi everybody!
Just a Question: is the published Sourcecode a recent release?
It doesn't compile because of two bugs in the grenade throwing code (bot.cpp)
// We're done holding the Button (about to throw) ?
if ((pBot->vecGrenade == g_vecZero) || (BotGetSafeTask (pBot)->fTime < gpGlobals->time)
|| (pEdict->v.weapons & (1 << CS_WEAPON_HEGRENADE) == 0))
(the second one is similar for Flashbang)
Where can I get the latest sourcecode?
|