models downloading but not showing ?
Hi need a little direction to a model problem, the models download correctly from the server but dont show up in game.
Code:
is there any reason why the model will not show in game i have also tried cs_set_user_model as well to no avail, regards.... |
add a debug and make sure your function is called
|
If it is a weaponmodel seen from client v_*model
Code:
entity_set_string(id, EV_SZ_viewmodel, "MODEL HERE")Code:
entity_set_string(id, EV_SZ_model, "MODEL HERE")Code:
entity_set_string(id, EV_SZ_weaponmodel, "MODEL HERE")Code:
#include <engine> |
Quote:
entity_set_string(id, EV_SZ_model, "models/steamsucks/STRIKE-A.mdl") still no go models are the default ones when you choose them :( |
A friend on same server said it didnt work?
|
Quote:
Code:
|
if your using a player model it needs to be in
models/<Model>/<Model>.mdl |
Quote:
Like that? |
Code:
models/player/strike-a/strike-a.mdl |
| All times are GMT -4. The time now is 20:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.