Quote:
Originally Posted by SixTwin
Code:
if(pev(id,pev_button) & IN_JUMP) // IN_USE, IN_ATTACK, IN_ATTACK2 , etc, etc
else if(pev(id,pev_oldbuttons) & IN_JUMP)
|
Not working. I put a server_print inside the if statement to see if it would work, no luck.