Re: [hlcoders] Switch from third person to third person shoulder

2011-09-08 Thread Psy_Commando
Thanks, but it only slightly helped :) For some reasons the camera doesn't changes back when I release the mouse button. I checked and StopAiming actually gets called, but it seems that CAM_ToThirdPerson doesn't do anything :( On Thu, Sep 8, 2011 at 3:23 PM, Igoreso wrote: > My guess would be to

Re: [hlcoders] Switch from third person to third person shoulder

2011-09-08 Thread Igoreso
My guess would be to remove if( m_SFRLocal.m_bAiming ) or replace it with something else. Everything else seem ok. > Hi, I'm trying to have the camera switch from third person to third > person shoulder when the user holds the right mouse button. here are > my methods on the client and server : >