|
|
@ -140,9 +140,9 @@ void CWeapon357::PrimaryAttack( void ) |
|
|
|
angles.y += random->RandomInt( -1, 1 ); |
|
|
|
angles.y += random->RandomInt( -1, 1 ); |
|
|
|
angles.z = 0; |
|
|
|
angles.z = 0; |
|
|
|
|
|
|
|
|
|
|
|
#ifndef CLIENT_DLL |
|
|
|
//#ifndef CLIENT_DLL
|
|
|
|
pPlayer->SnapEyeAngles( angles ); |
|
|
|
// pPlayer->SnapEyeAngles( angles );
|
|
|
|
#endif |
|
|
|
//#endif
|
|
|
|
|
|
|
|
|
|
|
|
pPlayer->ViewPunch( QAngle( -8, random->RandomFloat( -2, 2 ), 0 ) ); |
|
|
|
pPlayer->ViewPunch( QAngle( -8, random->RandomFloat( -2, 2 ), 0 ) ); |
|
|
|
|
|
|
|
|
|
|
|