AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Sm_Skinchooser (https://forums.alliedmods.net/showthread.php?t=87597)

HiddenConn1 03-10-2024 14:38

Re: Sm_Skinchooser
 
Quote:

Originally Posted by Grey83 (Post 2819204)
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"
            
}
        }
    }



If I replaced what I have in my config with the above would that resolve the issue?

Grey83 03-10-2024 15:46

Re: Sm_Skinchooser
 
Quote:

Originally Posted by HiddenConn1 (Post 2819288)
If I replaced what I have in my config with the above would that resolve the issue?

The problem with reading the config file should solve.

HiddenConn1 03-11-2024 13:43

Re: Sm_Skinchooser
 
Quote:

Originally Posted by Grey83 (Post 2819290)
The problem with reading the config file should solve.

New errors:
PHP Code:

VAC secure mode is activated.
L 03/11/2024 17:42:24server_cvar"sm_nextmap" "surf_greatriver_xdre4m"
[SourceComms++] Loading configs/sourcebans/sourcebans.cfg config file
[SourceComms++] Loading configs/sourcecomms.cfg config file
KeyValues Error
RecursiveLoadFromBuffer:  got in key in file addons/sourcemod/configs/sm_skinchooser/default_skins.ini
Models
Admin Modelsmodels/player/kirby/admin/kirby_admin.mdl, (*Team1*), (*skull_admin_v2*), 
KeyValues ErrorLoadFromBuffermissing in file addons/sourcemod/configs/sm_skinchooser/default_skins.ini
(*Models*), (*Admin Models*), (*models/player/kirby/admin/kirby_admin.mdl*), (*Team1*), (*skull_admin_v2*), 
KeyValues ErrorLoadFromBuffermissing in file addons/sourcemod/configs/sm_skinchooser/default_skins.ini
(*Models*), (*Admin Models*), (*models/player/kirby/admin/kirby_admin.mdl*), (*Team1*), (*skull_admin_v2*), 
Could not find steamerrorreporter binaryAny minidumps will be uploaded in-processHost_ErrorBad string

L 03/11/2024 17:42:24Engine errorHost_ErrorBad string

./
srcds_runline 324926893 Segmentation fault      (core dumped$HL_CMD
Add 
"-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mon Mar 11 17
:42:24 UTC 2024Server restart in 10 seconds 



All times are GMT -4. The time now is 13:17.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.