Advertisement
Guest User

sasd

a guest
Feb 11th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ITEM.Name = 'Full HP'
  2. ITEM.Price = 20000
  3. ITEM.Model = 'models/props_junk/watermelon01.mdl'
  4. ITEM.AllowedUserGroups = { "Owner", "Co-Owner", "Staff Manger", "Headadmin", "superadmin", "admin", "donator", "V.i.p" }
  5. ITEM.SingleUse = true
  6.  
  7. function ITEM:OnEquip(ply, modifications)
  8. ply:SetHealth(100)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement