• How to use css models for sweps?
    2 replies, posted
Just wondering like, what the model path would be and stuff. Thanks in advance.:smile:
View models for counterstrike have the same sort of path as HL2. So they would start with models/weapons/ The actual model itself has different extensions depending on what category it's in in CSS. For example, for the USP, it'd be "models/weapons/v_pist_usp.mdl" With "Pist" meaning Pistol, obviously. Other categories include SMG, SNIP, RIF, MACH and SHOT. Examples from these would include "Snip_awp.mdl" for the awp and "Rif_M4A1.mdl" for the M4. Of course, you also need to specify whether you want to the view model or world model, so you start it with "v_" or "w_" respectively.
This is what I use for my weapon paths [url]http://glua.me/bin/?path=/models/weapons/[/url]
Sorry, you need to Log In to post a reply to this thread.