here, try this:
[lua]function SWEP:Reload()
if !( ( self.Weapon:Clip1() ) < ( self.Primary.ClipSize ) ) then return end
self.Weapon:DefaultReload( ACT_VM_RELOAD )
self:EmitSound( "weapons/M200/M200_reload.wav" )
end[/lua]
[editline]12:01AM[/editline]
btw, I took this from the mw2 weapons, I used this to make my sweps
Sorry, you need to Log In to post a reply to this thread.