Any errors? Have you tried to debug it? The first thing that I notice is that:
Code:
models/player/test/testT.mdl
models/player/coats/coatsT.mdl
don't meet the requirements for a player model filepath.
They should be:
Code:
models/player/testT/testT.mdl
models/player/coatsT/coatsT.mdl
__________________