Guest User

insta detonate smoke TTTT

a guest
May 23rd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function SWEP:SecondaryAttack()
  2. self:SetNextSecondaryFire(CurTime() + self.Primary.Delay)
  3.  
  4. if GetRoundState() == ROUND_PREP and GetConVar("ttt_no_nade_throw_during_prep"):GetBool() then
  5. return
  6. end
  7. self:PullPin(5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment