Code:
new model[64]
new filepath[64]
format(model,63,"models/%s.mdl", filepath)
entity_set_model(avatar[id],model)
this is what i use now.
I compiles without erros BUT, when i wanna create the entity an make in console
Function [Modelpath/modelname.mdl]
It crashes an says HOST error: No preache: models/.mdl
How can i fix that ??
__________________