Is This wrong ? (the name of the model is different from the name of the folder)
Code:
precache_model("models/player/ABC/XYZ.mdl")
Must I write it like this ? (the name of the model is as the same as the name of the folder)
Code:
precache_model("models/player/XYZ/XYZ.mdl")
If the name of the model must be as the same as the name of the folder, who could tell me why ?
Thanks
__________________