Hey anyone know if you could get rid of the weapon that is being held in the ViewModel but not the hands. What I mean is to have the hands still there but the weapon being held invisible or something. The ViewModel im trying to do this for is the stunstick which is
"models/weapons/v_stunbaton.mdl" I need the hand part and thats it, I am not entirely sure if it really is possible to do I have seen people change the color of only a gun through lua so maybe the fade part of color might work?
Thanks...
You can't hide just the weapon since the hands and weapon are one mesh in v_models.
Try to use Entity/SetRenderMode on your weapon
What you can do is create an invisible material, and apply it to the viewmodel with Entity/SetSubMaterial to all materials except the hands one.
Sorry, you need to Log In to post a reply to this thread.