View difference between Paste ID: myENUuy2 and gvGPcghm
SHOW: | | - or go back to the newest paste.
1
SWEP.CanDoTimer = true
2-
 
2+
3
4
if (self.CanDoTimer == true && self.Owner:GetAmmoCount("GaussEnergy") < 20) then
5-
timer.Simple( 1, function() self.SetClip1( self.SetClip1()+1 ) self.CanDoTimer = true  end)
5+
6
timer.Simple( 1, function() self.Owner:SetClip1( self.Owner:Clip1()+1 ) self.CanDoTimer = true  end)
7-
 
7+
8
9
end