Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ITEM.Name = '350 Gravity'
  2. ITEM.Price = 100000
  3. ITEM.Model = 'models/props_junk/garbage_glassbottle003a.mdl'
  4. ITEM.NoPreview = true
  5. ITEM.AllowedUserGroups = { "Owner", "Co-Owner", "Staff Manger", "Headadmin", "superadmin", "admin", "donator", "V.i.p" }
  6.  
  7. function ITEM:OnEquip(ply, modifications)
  8. ply:ply:SetGravity(350)
  9. end
  10.  
  11. function ITEM:OnHolster(ply)
  12. ply:SetModelScale(450)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement