Hello Allied Modders!
im having troubles hooking IN_RUN
Code:
PHP Code:
pn_print( 1, "gaitsequence:%d/3 forward:%d run:%d", pev( id, pev_gaitsequence ), (pev(id, pev_button) & IN_FORWARD), (pev(id, pev_button) & IN_RUN) )
run is always 0, forward is working fine...
code runs in engine client_postthink.
Any solutions?
And as always, thanks!