Well we have imported a stunstick into the pointshop but it error what model can i use because theres no model in server or how can i make it get clients model
[CODE]ITEM.Name = 'Stunstick'
ITEM.Price = 700
ITEM.Model = 'models/w_stunstick.mdl'
ITEM.WeaponClass = 'weapon_stunstick'
function ITEM:OnEquip(ply)
ply:Give(self.WeaponClass)
ply:SelectWeapon(self.WeaponClass)
end
function ITEM:OnHolster(ply)
ply:StripWeapon(self.WeaponClass)
end[/CODE]
models/weapons/w_stunstick.mdl
doesn't work the server doesn't have a stunstick weapon model or world model
uh, yes it does
You gotta mount HL2:DM on your servet ( or just copy the model from your HL2:DM files. )
it should be included with all installations of gmod
I don't think it is, slam and stunstick models were never a part of GMod.
really? Whenever I run vanilla I always seem to have it.
noob question how would i mount the hl2 dm
Oh, they actually included it into the game, but the model is different:
"models/weapons/w_stunbaton.mdl"
Nope didn't work
What didn't work? Can you provide more into then just "didn't work"? This isn't exactly helpful.
Dw fixed
Sorry, you need to Log In to post a reply to this thread.