Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Panel:AddControl( "Label", {Text = "Notice: This settings are client, meaning it won't change for other people!"})
  2. Panel:AddControl("Button",{Text = "Reset Everything", Command = "vj_wep_nomuszzleflash 0\n vj_wep_nomuszzlesmoke 0\n vj_wep_nomuzzleheatwave 0\n vj_wep_nobulletshells 0\n vj_wep_nomuszzleflash_dynamiclight 0"})
  3. Panel:AddControl("Checkbox", {Label = "Disable Muzzle Flash", Command = "vj_wep_nomuszzleflash"})
  4. Panel:AddControl("Checkbox", {Label = "Disable Muzzle Flash Dynamic Light", Command = "vj_wep_nomuszzleflash_dynamiclight"})
  5. Panel:ControlHelp("Disabling muzzle flash will also disable this")
  6. Panel:AddControl("Checkbox", {Label = "Disable Muzzle Smoke", Command = "vj_wep_nomuszzlesmoke"})
  7. Panel:AddControl("Checkbox", {Label = "Disable Muzzle Heat Wave", Command = "vj_wep_nomuzzleheatwave"})
  8. Panel:AddControl("Checkbox", {Label = "Disable Bullet Shells", Command = "vj_wep_nobulletshells"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement