how to use this funtion?
entity_set_string(id, EV_SZ_viewmodel, "")
entity_set_string(id, EV_SZ_weaponmodel, "") "" <---- this place is model name?? ex) entity_set_string(id, EV_SZ_viewmodel, "model/weapons/v_knife.mdl") entity_set_string(id,EV_SZ_weaponmodel,model/weapons/w_knife.mdl") right??:shock: |
Re: how to use this funtion?
Yes that the correct way to use it. You just need to make sure the files are their correctly in the folder. It models/ not model/ for the folder name.
|
Re: how to use this funtion?
that function
is using only models/ V_mdl or W_mdl/ ? ex my custommodel name => v_katana.mdl entity_set_string(id, EV_SZ_viewmodel, "models/v_katana.mdl") only? or if i have m4a1 skin "v_m4m204.mdl" entity_set_string(id, EV_SZ_viewmodel, "models/v_m4m204.mdl") ?? i curious .. if i drop all weapon and change knife model -> v_katana.mdl how to ?? |
Re: how to use this funtion?
PHP Code:
|
Re: how to use this funtion?
um... models folder is..
cstrike/models ? or valve/models ? if valve/models ->change rooting cstrike/models? possible:)? |
Re: how to use this funtion?
cstrike/models
|
Re: how to use this funtion?
THX!
|
| All times are GMT -4. The time now is 00:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.