Quote:
Originally Posted by Cypher-Marx
... I did they only have Cstrike mods and i don't code for that game... So once again can someone please help me with this?
Anyone know why "entity_set_model(playerID, "models/model.mdl")" won't work?
|
The player's model must be in a folder with
the exact name as the model. I.e:
PHP Code:
entity_set_model( playerID, "models/player/custom_model/custom_model.mdl" );
EDIT: Oh wait, I'm not sure if it's for TS as well... Might be only for CS, but still give it a try.
__________________