Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. /*---------------------------------
  2. Created with buu342s Swep Creator
  3. ---------------------------------*/
  4.  
  5. SWEP.PrintName = "NIL"
  6.  
  7. SWEP.Author = "Me"
  8. SWEP.Contact = "bb@bbb.com"
  9. SWEP.Purpose = "Penis"
  10. SWEP.Instructions = "Penis."
  11.  
  12. SWEP.Category = ""
  13.  
  14. SWEP.Spawnable= false
  15. SWEP.AdminSpawnable= true
  16. SWEP.AdminOnly = false
  17.  
  18. SWEP.ViewModelFOV = 70
  19. SWEP.ViewModel = "models/weapons/v_pistol.mdl"
  20. SWEP.WorldModel = "models/weapons/w_bs_shield_bouche.mdl"
  21. SWEP.ViewModelFlip = false
  22.  
  23. SWEP.AutoSwitchTo = false
  24. SWEP.AutoSwitchFrom = false
  25.  
  26. SWEP.Slot = 1
  27. SWEP.SlotPos = 1
  28.  
  29. SWEP.UseHands = false
  30.  
  31. SWEP.HoldType = "Pistol"
  32.  
  33. SWEP.Base = "weapon_base"
  34.  
  35.  
  36. function SWEP:Initialize()
  37. end
  38.  
  39. function SWEP:PrimaryAttack()
  40. end
  41.  
  42. function SWEP:SecondaryAttack()
  43. end
  44.  
  45. function SWEP:Reload()
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement