COPY THESE LINES AND PUT IN YOU CSTRIKE/RESOURCE/GAMEMENU.RES
"GameMenu"
{
"1"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Player List"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}
"11"
{
"label" ""
"command" ""
}
"12"
{
"label" "Change Game"
"command" "OpenChangeGameDialog"
"notsteam" "1"
"notsingle" "1"
"notmulti" "1"
}
"13"
{
"label" "Options"
"command" "OpenOptionsDialog"
}
"14"
{
"label" "Quit"
"command" "Quit"
}
}
And then save it.
To prevent servers from changing it again you should make this file read-only. To do this Right-Click on this file and select Properties and then select Read-Only and click Apply.
Now your game menu should look like this:


Regards,Karan Jit
{
"1"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Player List"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}
"11"
{
"label" ""
"command" ""
}
"12"
{
"label" "Change Game"
"command" "OpenChangeGameDialog"
"notsteam" "1"
"notsingle" "1"
"notmulti" "1"
}
"13"
{
"label" "Options"
"command" "OpenOptionsDialog"
}
"14"
{
"label" "Quit"
"command" "Quit"
}
}
And then save it.
To prevent servers from changing it again you should make this file read-only. To do this Right-Click on this file and select Properties and then select Read-Only and click Apply.
Now your game menu should look like this:


Regards,Karan Jit
No comments:
Post a Comment