Ovo je tutorial kako da resetujete GameMenu kada dobijete cenzuru ili nesto slicno.
Iskopirati ovaj txt u svoj CS fajl gamemenu.res on se nalazi ovde :
cstrike/resurce/gamemenu.rs otvorite taj fajl preko notepada i obrisite sve iz njega pa prekopirajte ovaj txt.
"GameMenu"
{
"1"
{
"label" "Resume"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{ "label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"9"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}
"10"
{ "label" "Options"
"command" "OpenOptionsDialog"
}
"11"
{
"label" "Quit"
"command" "Quit"
}
}
{
"1"
{
"label" "Resume"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{ "label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"9"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}
"10"
{ "label" "Options"
"command" "OpenOptionsDialog"
}
"11"
{
"label" "Quit"
"command" "Quit"
}
}




0 comments:
Post a Comment