View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-15-2017 , 15:41   Re: Custom Admin Menu (CS:GO) -> Group Maps
Reply With Quote #4

You can't create third sub-menu using SM admin menu custom.
You need ask custom plugin for this.

PHP Code:
"Commands"
{
    
"Maps"
    
{
        
"Aim"
        
{
            
"cmd"        "sm_map #1"
            "1"
            
{
                
"type"        "mapcycle"
                "path"        "cfg/cfg/aimmaps.txt"
            
}
        }    
        
"AWP"
        
{
            
"cmd"        "sm_map #1"
            "1"
            
{
                
"type"        "mapcycle"
                "path"        "cfg/cfg/AWPmaps.txt"
            
}
        }    
        
"Knife"
        
{
            
"cmd"        "sm_map #1"
            "1"
            
{
                
"type"        "mapcycle"
                "path"        "cfg/cfg/Knifemaps.txt"
            
}
        }    
    }

__________________
Do not Private Message @me
Bacardi is offline