Thread: GameMenu.res
View Single Post
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 12-09-2010 , 03:59   Re: GameMenu.res
Reply With Quote #3

Quote:
Originally Posted by drekes View Post
don't know about the window, the connect thing is this:
PHP Code:
"GameMenu" 

    
"1" 
    

        
"label" "Your server name"
        "command" "engine Connect serverip" 
    

    
"2" 
    

        
"label" "" 
        "command" "" 
    
}
    
"3"
    
{
        
"label" "#GameUI_GameMenu_ResumeGame" 
        "command" "ResumeGame" 
        "OnlyInGame" "1" 
    

    
"4"
    

        
"label" "#GameUI_GameMenu_Disconnect"
        "command" "Disconnect" 
        "OnlyInGame" "1" 
        "notsingle" "1" 
    

    
"5" 
    

        
"label" "#GameUI_GameMenu_PlayerList"
        "command" "OpenPlayerListDialog" 
        "OnlyInGame" "1" "notsingle" "1" 
    
}
    
"9"
    
{
        
"label" "" "command" "" "OnlyInGame" "1"
    

    
"10"
    

        
"label" "#GameUI_GameMenu_NewGame" 
        "command" "OpenCreateMultiplayerGameDialog"
    

    
"11"
    

        
"label" "#GameUI_GameMenu_FindServers" 
        "command" "OpenServerBrowser" 
    

    
"12" 
    
"label" "#GameUI_GameMenu_Options" 
        "command" "OpenOptionsDialog" 
    

    
"13" 
    

        
"label" "#GameUI_GameMenu_Quit" 
        "command" "Quit" 
    


This is mine. Change the server name and ip and save it as cstrike/resource/GameMenu.res
Yes I know that,but I need the Window,because I have 10 Servers xD!
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS