// Custom admin menu commands. // For more information: // // http://wiki.alliedmods.net/Custom_Admin_Menu_%28SourceMod%29 // // Note: This file must be in Valve KeyValues format (no multiline comments) // "Commands" { "Sounds Abspielen" { "admin" "sm_root" "**Admin Sounds**" { "cmd" "sm_admin_sounds" "admin" "sm_root" } } "Map Kommandos" { "admin" "sm_root" "Setze NextMap" { "cmd" "sm_setnextmap #1" "execute" "server" "1" { "type" "mapcycle" "path" "maplist.txt" "title" "Karte auswaehlen" } } } }