parent
41617eba85
commit
f7eff52ffe
|
@ -51,5 +51,7 @@
|
||||||
MENU_CHOICE_BUTTON_VIS(2, "button_3", "@MENU_CHANGE_MAP", open "changemap"; close "changegametype"; close "kickplayer"; close "callvote";, ;, 1)
|
MENU_CHOICE_BUTTON_VIS(2, "button_3", "@MENU_CHANGE_MAP", open "changemap"; close "changegametype"; close "kickplayer"; close "callvote";, ;, 1)
|
||||||
MENU_CHOICE_BUTTON_VIS(3, "button_4", "Change Gametype", open "changegametype"; close "changemap"; close "kickplayer"; close "callvote";, ;, 1)
|
MENU_CHOICE_BUTTON_VIS(3, "button_4", "Change Gametype", open "changegametype"; close "changemap"; close "kickplayer"; close "callvote";, ;, 1)
|
||||||
MENU_CHOICE_BUTTON_VIS(4, "button_5", "@MPUI_KICK_PLAYER", open "kickplayer"; close "changemap"; close "changegametype"; close "callvote";, ;, 1)
|
MENU_CHOICE_BUTTON_VIS(4, "button_5", "@MPUI_KICK_PLAYER", open "kickplayer"; close "changemap"; close "changegametype"; close "callvote";, ;, 1)
|
||||||
|
|
||||||
|
ITEM_BUTTON_BACK(close "self")
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -59,6 +59,8 @@
|
||||||
#include "ui_mp/pc_options.inc"
|
#include "ui_mp/pc_options.inc"
|
||||||
|
|
||||||
PC_OPTIONS_SECTION_TITLE("Change Gametype")
|
PC_OPTIONS_SECTION_TITLE("Change Gametype")
|
||||||
|
|
||||||
|
ITEM_BUTTON_BACK(close "self")
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
|
@ -59,6 +59,8 @@
|
||||||
#include "ui_mp/pc_options.inc"
|
#include "ui_mp/pc_options.inc"
|
||||||
|
|
||||||
PC_OPTIONS_SECTION_TITLE("@MENU_CHANGE_MAP")
|
PC_OPTIONS_SECTION_TITLE("@MENU_CHANGE_MAP")
|
||||||
|
|
||||||
|
ITEM_BUTTON_BACK(close "self")
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -60,6 +60,8 @@
|
||||||
|
|
||||||
PC_OPTIONS_SECTION_TITLE("@MPUI_KICK_PLAYER")
|
PC_OPTIONS_SECTION_TITLE("@MPUI_KICK_PLAYER")
|
||||||
|
|
||||||
|
ITEM_BUTTON_BACK(close "self")
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
name "maplist"
|
name "maplist"
|
||||||
|
|
Loading…
Reference in New Issue