Advertisement
Guest User

glua_muzzleflash_dumb2

a guest
Aug 5th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local flash = EffectData()
  2. flash:SetScale(2)
  3. function SWEP:PrimaryAttack()
  4.     if not IsFirstTimePredicted() then return end
  5.     util.Effect("CS_MuzzleFlash", flash)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement