• You can now use our Discord emotes in our shoutbox! Use them how you would normally use them in discord. Also emoji formatting has been rebuilt to not break certain words. This was applied retroactively! - Chou

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
 
Give me the option to Quickscope with the M24 and a hitreg fix and the clips will be legendary.

+1
 
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