Quote:
Originally Posted by arkshine
You have to use IN_ATTACK2 button to use a shield. ( I believe  )
So something like :
Code:
if( ( pev( id, pev_button ) & IN_ATTACK2 ) && cs_get_user_shield( id ) )
But to detect properly IN_ATTACK2 you have to use the PlayerPreThink forward or CmdStart, I think.
|
CmdStart is the best method, since that is where the buttons are actually sent/received from.
__________________