View Single Post
Re: Correct walk speed?
Old
  (#20)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Correct walk speed? - 19-04-2004

aha, so that would mean:
Code:
if (pEdict->v.button & IN_RUN)
move_speed = pEdict->v.maxspeed * CVAR_GET_FLOAT ("cl_movespeedkey");
am I right ?

*edit* I'm dumb as f*ck sometimes, I didn't read Whistler's post until the end. DOH! Okay so that would need a #define for each MOD the bot supports, or perhaps a bot config file setting then. Gwaaah.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."

Last edited by Pierre-Marie Baty; 19-04-2004 at 15:14..
  
Reply With Quote