Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SWEP:SecondaryAttack()
- self:SetNextSecondaryFire(CurTime() + self.Primary.Delay)
- if GetRoundState() == ROUND_PREP and GetConVar("ttt_no_nade_throw_during_prep"):GetBool() then
- return
- end
- self:PullPin(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment