Re: hpb template 4 metamod & cleaned -
24-12-2004
wow , great job dude !
By the way , there are severe bug , you should reset the msec stuff every round ( I advised you to do so )
And this is an old bug of HPB_template
in bot_navigate.cpp the function BotChangePitch
pEdict->v.v_angle.x = current;
We have to add this line below the above line else the pitch angle we set wont have any use
pEdict->v.angles.x = pEdict->v.v_angle.x / 3;
Last edited by Rifleman; 24-12-2004 at 09:49..
|