// 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" { "PlayerCommands" { "Set Infinite Ammo" { "cmd" "sm_fia #1 #2" "admin" "sm_slay" "execute" "player" "1" { "type" "player" "title" "Who?" } "2" { "type" "onoff" "title" "On/Off" } } } "ServerCommands" { "Infinite Ammo All" { "cmd" "sm_fia_all #1" "admin" "sm_slay" "execute" "server" "1" { "type" "onoff" "title" "On/Off" } } } }