hello,
I’m having a problem with a SWEP where I am using this model:
It’s ment for the gamemode Trouble in Terrorist Town ( which requires all Weapons to have the weapon_tttbase - it’s in ur gmod )
I’m using the following lines on the sweps script:
[lua]SWEP.HoldType = “pistol”
SWEP.Base= “weapon_tttbase”
SWEP.ViewModel= “models/weapons/v_pist_geagle.mdl”
SWEP.WorldModel= “models/weapons/w_pist_geagle.mdl”[/lua]
but the world model shows up in the center of the Player model:
http://img687.imageshack.us/img687/8328/worldmodelprob.jpg
If I change the world model to the normal deagle model, The Normal Deagle’s world model will show up in the correct place. So I guess this is a Model issue ??? Is it simple to fix this or not ?
Plz help. =)