Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1.  
  2. AddCSLuaFile()
  3.  
  4. SWEP.HoldType = "crossbow"
  5.  
  6.  
  7. if CLIENT then
  8.  
  9. SWEP.PrintName = "H.U.G.E-249"
  10.  
  11. SWEP.Slot = 2
  12.  
  13. SWEP.Icon = "vgui/ttt/icon_m249"
  14.  
  15. SWEP.ViewModelFlip = false
  16. end
  17.  
  18.  
  19. SWEP.Base = "weapon_tttbase"
  20.  
  21. SWEP.Spawnable = true
  22.  
  23. SWEP.Kind = WEAPON_HEAVY
  24. SWEP.WeaponID = AMMO_M249
  25.  
  26.  
  27. SWEP.Primary.Damage = 9
  28. SWEP.Primary.Delay = 0.06
  29. SWEP.Primary.Cone = 0.042
  30. SWEP.Primary.ClipSize = 150
  31. SWEP.Primary.ClipMax = 150
  32. SWEP.Primary.DefaultClip = 150
  33. SWEP.Primary.Automatic = true
  34. SWEP.Primary.Ammo = "AirboatGun"
  35. SWEP.AutoSpawnable = true
  36. SWEP.Primary.Recoil = 1.3
  37. SWEP.Primary.Sound = Sound("Weapon_m249.Single")
  38.  
  39. SWEP.UseHands = true
  40. SWEP.ViewModelFlip = false
  41. SWEP.ViewModelFOV = 54
  42. SWEP.ViewModel = "models/weapons/cstrike/c_mach_m249para.mdl"
  43. SWEP.WorldModel = "models/weapons/w_mach_m249para.mdl"
  44.  
  45. SWEP.HeadshotMultiplier = 2.2
  46.  
  47. SWEP.IronSightsPos = Vector(-5.96, -5.119, 2.349)
  48. SWEP.IronSightsAng = Vector(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement