Well, I noticed a very minor mistake as I was comparing the original skins ini with my own, I was missing a gap
This
PHP Code:
"path" "models/player/prisoner/prisoner_new.mdl"
}
}
"Team2"
{
"Police"
{
Is supposed to be
PHP Code:
"path" "models/player/prisoner/prisoner_new.mdl"
}
}
GAP HERE
"Team2"
{
"Police"
{
Could this be the reason of error?
But that can't make the server crash like wtf lol.
It must be something else.. >.>