Hello,
I know two methods how to manipulate with player's recoil when shooting but none of them is effective when player is in 'no clip' mode. I'd like to ask for a piece of code that would disable any recoil for any weapon.
When I searched I found this method:
PHP Code:
public Player_PostThink( id )
{
set_pev(id, pev_flags, pev(id, pev_flags) | FL_ONGROUND)
}
It didn't seem to work properly when a player was with no clip.
And the other one was with
pev_punchangle. I didn't manage to find a proper example how to use it to work as I want so I don't have any code..
Thanks in advance.