1. In primul rand trebuie sa ai cs inchis.
2. Te duci in folderul cstrike\Resource\
3. Cauta un fisier pe nume "GameMenu.res"
4. Il deschizi cu notepat, stergi totul si adaugi codul de mai jos:
"GameMenu"
{
"3"
{
"label" ""
"command" ""
"OnlyInGame" "0"
{
"1"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Players 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"
}
}
5. Salvezi, il inchizi, dai click dreapta pe el, selectezi "Properties" si bifezi (tr sa apara un V) Read-Only
6. Apesi Ok.
Meniul Iti revine la cel initial si nu se v-a mai schimba indiferent pe ce server intri.
anonim_4396 întreabă: