uintancæstir
Member
Quick scope tweak for Certain Bolt-Action Rifles (Scout, AWP, M24, Intervention).
The faster DMR type rifles, and the Barret M82 could be left alone (as the Barret M82 is very fast IRL), but that's up to the developers.
The faster DMR type rifles, and the Barret M82 could be left alone (as the Barret M82 is very fast IRL), but that's up to the developers.
function SWEP:SetZoom(state) if IsValid(self:GetOwner()) and self:GetOwner():IsPlayer() then if state then self:GetOwner():SetFOV(20, 0.0) -- set to 0.0 from 0.3 making scoping in instantaneous else self:GetOwner():SetFOV(0, 0.0) -- set to 0.0 from 0.3 making scoping out instantaneous end endend