View Single Post
CrimsonGT
Veteran Member
Join Date: Oct 2007
Location: Gainesville, FL
Old 11-15-2010 , 18:36   Re: [TF2] Disabling model weapon (r_drawviewmodel) ?
Reply With Quote #2

You can use SetEntityRenderMode(entity, RenderMode:mode) on the view model, and set it to RenderMode:none. The view model is a "tf_viewmodel". You can search through these entities and check the owner against the client, or I believe CTFPlayer also has a netprop to get the view model index.
CrimsonGT is offline