Advertisement
Guest User

Untitled

a guest
Dec 27th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. AddCSLuaFile()
  2.  
  3. SWEP.Base = "weapon_ds_base"
  4.  
  5. if CLIENT then
  6. SWEP.PrintName = "Szpony"
  7. SWEP.Author = "Reportem"
  8. end
  9.  
  10. SWEP.Category = "Fantasy"
  11.  
  12. SWEP.ViewModel = "models/weapons/c_bs_SSAS.mdl" -- Don't touch
  13. SWEP.WorldModel = "models/demonssouls/weapons/claws.mdl"
  14.  
  15. SWEP.Spawnable = true
  16. SWEP.AdminSpawnable = true
  17.  
  18. SWEP.Primary.Damage = 25
  19. SWEP.BackstabDamage = 35
  20. SWEP.ParryDamage = 20
  21.  
  22. SWEP.SwingSpeed = 1.056
  23. SWEP.Reach = 101.1111
  24.  
  25. SWEP.ModelGroup = 10 -- Don't touch
  26.  
  27. SWEP.SwordViewModelModel = "models/demonssouls/weapons/claws.mdl"
  28. SWEP.SwordViewModelPos = Vector(22,2,-2)
  29. SWEP.SwordViewModelAngles = Angle(-102,-62,10)
  30. SWEP.SwordViewModelScale = Vector(0.778,2.333,1.444)
  31.  
  32. SWEP.SwordWorldModelModel = "Ignore"
  33. SWEP.SwordWorldModelPos = Vector(6,0,0)
  34. SWEP.SwordWorldModelAngles = Angle(-90,-78,-2)
  35. SWEP.SwordWorldModelScale = Vector(1.222,0.556,0.111)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement