Thread: Sm_Skinchooser
View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-09-2024 , 06:58   Re: Sm_Skinchooser
Reply With Quote #3000

Quote:
Originally Posted by HiddenConn1 View Post
Hey people.

I'm having an issue with skinchooser.smx. It seems to crash the server instantly when the smx is in /plugins/. I've checked my configs but am unsure if I am missing something.
In the default_skins.ini You closed the brackets for the "VIP models" block after "Team1", but should have done so after "Team2".
And there should also be empty quotes after the “Admin” key in the “VIP Models” block.

It hould be like this:
PHP Code:
"Models"
{
    
"Public Models"
    
{
        
"Admin" ""
        "Team1"
        
{
            
"Master Chief T"
            
{
                
"path" "models/player/wastedyouth/redmc/t_arctic.mdl"
            
}
        }

        
"Team2"
        
{
            
"Master Chief CT"
            
{
                
"path" "models/player/wastedyouth/bluemc/ct_sas.mdl"
            
}
        }
    }
    
"Admin Models"
    
{
        
"Admin" "t"
        "Team1"
        
{
            
"skull_admin_v2"
            
{
                
"path" "models/player/ics/skull_admin_v2/skull.mdl"
            
}
        }

        
"Team2" "ct"
        
{
            
"Kirby Admin CT"
            
{
                
"path" "models/player/kirby/admin/kirby_admin.mdl"
            
}
        }
    }
    
"VIP Models"
    
{
        
"Admin" ""
        "Team1"
        
{
            
"Kirby VIP T"
            
{
                
"path" "models/player/kirby/vip/kirby_vip.mdl"
            
}
        }

        
"Team2"
        
{
            
"GIGN CT"
            
{
                
"path" "models/player/GeNeRaLbEaM/vip/vip_gign/ct_gign.mdl"
            
}
        }
    }

__________________

Last edited by Grey83; 03-09-2024 at 07:00.
Grey83 is offline