i made a plugin that changes the player model into something else
but it forces me to put the model in a special directory.
example:
if i want to use the model:
"warrior.mdl"
it doesnt matter where i put it.. it will always search it at:
"models\player\warrior\warrior.mdl"
if i want 4 models:
"warrior1.mdl"
"warrior2.mdl"
"warrior3.mdl"
"warrior4.mdl"
it will look for them at:
"models\player\warrior1\warrior1.mdl"
"models\player\warrior2\warrior2.mdl"
"models\player\warrior3\warrior3.mdl"
"models\player\warrior4\warrior4.mdl"
my point is.. that i want all 4 models to be in the SAME directory. how i do that?
NOTE:
its NOT a precache thing.. i precached them in other directories.
when i try to USE them.. the game always search them at
models\player\[name]\[name].mdl