• An announcement has been posted regarding the data loss and rollback to February 8, 2026 data. The thread can be viewed here.

Pending Quick-Scoping For Certain Bolt-Action Rifles.

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.

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
end
end
 
dont we already have this essentially with quick swapping? not that im opposed, but i dont see what the difference would be. just less button mashing maybe?
 
Back
Top