When we set IN_DUCK , does it mean the bot just "press" the duck key ONCE or HOLD IT DOWN ? I need to know the answer , plz reply !
and one more
if(pBot->f_spawn_time+0.0<gpGlobals->time)
{
bBotMovement = TRUE;
}
*why I can't space at the start of the line bBotMovement = TRUE;? ???
*
I add this to my bot code (PODbot 2.6 src) and the bot will move while buying (tested , worked) , but after I add this part of code , the bot seem like don't know how to attack with knife in jasonmode (they use knife normaly in every situation , except in knifemod) , is there any conflict or problem with the code ? ???