Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ITEM.Name = 'XM8'
- ITEM.Price = 35
- ITEM.Model = 'models/weapons/w_rif_xm8_hum.mdl'
- ITEM.WeaponClass = 'weapon_ttt_xm8'
- ITEM.SingleUse = true
- function ITEM:OnBuy(ply)
- ply:Give(self.WeaponClass)
- ply:SelectWeapon(self.WeaponClass)
- end
- function ITEM:OnSell(ply)
- ply:StripWeapon(self.WeaponClass)
- end
Advertisement
Add Comment
Please, Sign In to add comment