U3Games

Games | Desarrollo & Soporte => Counter Strike => CS | Apartado de Clientes => Mensaje iniciado por: Swarlog en Ene 04, 2026, 01:10 PM

Título: Menu con Server Ilumy
Publicado por: Swarlog en Ene 04, 2026, 01:10 PM
"GameMenu"
{
    "0"
    {
        "label" "[U3Games] Server Ilumy"
        "command" "engine connect 77.241.127.2"
        "OnlyInGame" "1"
    }
    "1"
    {
        "label" "#GameUI_GameMenu_ResumeGame"
        "command" "ResumeGame"
        "OnlyInGame" "1"
    }
    "2"
    {
        "label" "#GameUI_GameMenu_Disconnect"
        "command" "Disconnect"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "3"
    {
        "label" "#GameUI_GameMenu_PlayerList"
        "command" "OpenPlayerListDialog"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "4"
    {
        "label" ""
        "command" ""
        "OnlyInGame" "1"
    }
    "5"
    {
        "label" "#GameUI_GameMenu_NewGame"
        "command" "OpenNewGameDialog"
        "notmulti" "1"
    }
    "6"
    {
        "label" "#GameUI_GameMenu_LoadGame"
        "command" "OpenLoadGameDialog"
        "notmulti" "1"
    }
    "7"
    {
        "label" "#GameUI_GameMenu_SaveGame"
        "command" "OpenSaveGameDialog"
        "notmulti" "1"
        "OnlyInGame" "1"
    }
    "8"
    {
        "label" ""
        "command" ""
        "notmulti" "1"
    }
    "9"
    {
        "label" "#GameUI_GameMenu_FindServers"
        "command" "OpenServerBrowser"
        "notsingle" "1"
    }
    "10"
    {
        "label" "#GameUI_GameMenu_CreateServer"
        "command" "OpenCreateMultiplayerGameDialog"
        "notsingle" "1"
    }
//    "11"
//    {
//        "name" "LoadDemo"
//        "label" "#GameUI_GameMenu_PlayDemo"
//        "command" "OpenLoadDemoDialog"
//    }
    "12"
    {
        "label" ""
        "command" ""
        "notsingle" "1"
    }
    "13"
    {
        "label" "#GameUI_GameMenu_ChangeGame"
        "command" "OpenChangeGameDialog"
        "notsteam" "1"
        "notsingle" "1"
        "notmulti" "1"
    }
    "14"
    {
        "label" "#GameUI_GameMenu_Options"
        "command" "OpenOptionsDialog"
    }
    "15"
    {
        "label" "#GameUI_GameMenu_Quit"
        "command" "Quit"
    }
}

"GameMenu"
{
    "0"
    {
        "label" "[U3Games] Server Ilumy"
        "command" "engine connect 77.241.127.2"
        "OnlyInGame" "1"
    }
    "1"
    {
        "label" "#GameUI_GameMenu_ResumeGame"
        "command" "ResumeGame"
        "OnlyInGame" "1"
    }
    "2"
    {
        "label" "#GameUI_GameMenu_Disconnect"
        "command" "Disconnect"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "4"
    {
        "label" "#GameUI_GameMenu_PlayerList"
        "command" "OpenPlayerListDialog"
        "OnlyInGame" "1"
        "notsingle" "1"
    }
    "8"
    {
        "label" ""
        "command" ""
        "OnlyInGame" "1"
    }
    "9"
    {
        "label" "#GameUI_GameMenu_NewGame"
        "command" "OpenCreateMultiplayerGameDialog"
    }
    "10"
    {
        "label" "#GameUI_GameMenu_FindServers"
        "command" "OpenServerBrowser"
    }

    "11"
    {
        "label" ""
        "command" ""
    }
    "12"
    {
        "label" "#GameUI_GameMenu_ChangeGame"
        "command" "OpenChangeGameDialog"
        "notsteam" "1"
        "notsingle" "1"
        "notmulti" "1"
    }
    "13"
    {
        "label" "#GameUI_GameMenu_Options"
        "command" "OpenOptionsDialog"
    }
    "14"
    {
        "label" "#GameUI_GameMenu_Quit"
        "command" "Quit"
    }
}