"GameMenu" { "1" { "label" "Name of server 1" "command" "engine connect ip of server 1" } "2" { "label" "Name of server 2" "command" "engine connect ip of server 2" } "3" { "label" "" "command" "" } "4" { "label" "" "command" "" } "5" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "6" { "label" "#GameUI_GameMenu_Disconnect" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "7" { "label" "" "command" "" "OnlyInGame" "1" } "8" { "label" "#GameUI_GameMenu_NewGame" "command" "OpenCreateMultiplayerGameDialog" } "9" { "label" "#GameUI_GameMenu_FindServers" "command" "OpenServerBrowser" } "10" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "11" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } } // Stop copying here. // To use this you change the names and ip's of the upper 2 code blocks and save it under "cstrike/resource/GameMenu.res". // If there is no resource map in your cstrike folder, make one. // To add more servers, just make a new code block and change the numbers. // I didn't add a command and label in block 2 and 3, to make a whitespace in the menu, so it looks better. // Made for Wrecked who helped me out so many times. // The ip's are done like this: "command" "engine connect 123.456.78:27015"