Thread
:
f_move_speed = 0.0; and IN_ATTACK Problem
View Single Post
Re: f_move_speed = 0.0; and IN_ATTACK Problem
(#
4
)
stefanhendriks
RealBot Author
Status:
Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Re: f_move_speed = 0.0; and IN_ATTACK Problem -
17-05-2004
hehe yes, i see it too now. The code should not say:
pBot->f_duck_time = gpGlobals->time + 1.5;
within the scope, it should just say:
pBot->pEdict->v.button |= IN_DUCK;
Author of
RealBot
,
"
Arrakis
" and "
Dune 2 - The Maker
" | co-Founder
of
Bots-United
|
Fundynamic
|
Blog
|
E-Mail me
stefanhendriks
View Public Profile
Send a private message to stefanhendriks
Visit stefanhendriks's homepage!
Find More Posts by stefanhendriks