Hello, it's 7 hours I try to add a new weapon someone can help me
The model is not displayed in the game
Code:
local Item = QuickCreateItemTable(BaseWeapon, "weapon_axe_test", "Epée test", "TEST", "icons/weapon_axe")
Item = AddModel(Item, "models/props_canal/mattpipe.mdl", Vector(-0.6, 0.8, -5.9), Angle(4.7, 56.9, -176))
Item = AddStats(Item, 1, 1)
Item = AddSound(Item, "weapons/iceaxe/iceaxe_swing1.wav")
Item.Level = 1
Item.Weight = 1
Item.SellPrice = 1
Item.Dropable = false
Item.Giveable = false
Item.CanCutWood = true
Register.Item(Item)