Advertisement
publicist

gamemenu.res

Apr 9th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. "GameMenu"
  2. {
  3.  
  4. "0"
  5. {
  6. "label" "Server 1"
  7. "command" "engine connect IP:PORT; password ***"
  8. }
  9.  
  10. "1"
  11. {
  12. "label" ""
  13. "command" ""
  14. "OnlyInGame" "1"
  15. }
  16.  
  17. "2"
  18. {
  19. "label" "zBlock Hilfe"
  20. "command" "engine zb_help"
  21. "OnlyInGame" "1"
  22. }
  23.  
  24. "3"
  25. {
  26. "label" "zBlock Netinfo"
  27. "command" "engine zb_netinfo"
  28. "OnlyInGame" "1"
  29. }
  30.  
  31. "4"
  32. {
  33. "label" "zBlock Status"
  34. "command" "engine zb_status"
  35. "OnlyInGame" "1"
  36. }
  37.  
  38. "5"
  39. {
  40. "label" ""
  41. "command" ""
  42. "OnlyInGame" "1"
  43. }
  44.  
  45. "6"
  46. {
  47. "label" "ESL 1on1 Settings"
  48. "command" "engine rcon exec esl1on1.cfg"
  49. "OnlyInGame" "1"
  50. }
  51.  
  52. "7"
  53. {
  54. "label" "ESL 2on2 Settings"
  55. "command" "engine rcon exec esl2on2.cfg"
  56. "OnlyInGame" "1"
  57. }
  58.  
  59. "8"
  60. {
  61. "label" "ESL 3on3 Settings"
  62. "command" "engine rcon exec esl3on3.cfg"
  63. "OnlyInGame" "1"
  64. }
  65.  
  66. "9"
  67. {
  68. "label" "ESL 5on5 Settings"
  69. "command" "engine rcon exec esl5on5.cfg"
  70. "OnlyInGame" "1"
  71. }
  72.  
  73. "10"
  74. {
  75. "label" "zBlock lo3"
  76. "command" "engine rcon zb_lo3"
  77. "OnlyInGame" "1"
  78. }
  79.  
  80. "11"
  81. {
  82. "label" "zBlock ko3"
  83. "command" "engine rcon zb_ko3"
  84. "OnlyInGame" "1"
  85. }
  86.  
  87. "12"
  88. {
  89. "label" "Rcon Status"
  90. "command" "engine rcon status"
  91. "OnlyInGame" "1"
  92. }
  93.  
  94. "13"
  95. {
  96. "label" "Kick T"
  97. "command" "engine rcon zb_kickt"
  98. "OnlyInGame" "1"
  99. }
  100.  
  101. "14"
  102. {
  103. "label" "Kick CT"
  104. "command" "engine rcon zb_kickct"
  105. "OnlyInGame" "1"
  106. }
  107.  
  108. "15"
  109. {
  110. "label" "Kick SPEC"
  111. "command" "engine rcon zb_kickspec"
  112. "OnlyInGame" "1"
  113. }
  114.  
  115. "16"
  116. {
  117. "label" ""
  118. "command" ""
  119. }
  120.  
  121. "17"
  122. {
  123. "label" "#GameUI_GameMenu_ResumeGame"
  124. "command" "ResumeGame"
  125. "OnlyInGame" "1"
  126. }
  127.  
  128. "18"
  129. {
  130. "label" "#GameUI_GameMenu_Disconnect"
  131. "command" "Disconnect"
  132. "OnlyInGame" "1"
  133. }
  134.  
  135. "19"
  136. {
  137. "label" "#GameUI_GameMenu_PlayerList"
  138. "command" "OpenPlayerListDialog"
  139. "OnlyInGame" "1"
  140. }
  141.  
  142. "20"
  143. {
  144. "label" ""
  145. "command" ""
  146. "OnlyInGame" "1"
  147. }
  148.  
  149. "21"
  150. {
  151. "label" "#GameUI_GameMenu_FindServers"
  152. "command" "OpenServerBrowser"
  153. }
  154.  
  155. "22"
  156. {
  157. "label" "#GameUI_GameMenu_CreateServer"
  158. "command" "OpenCreateMultiplayerGameDialog"
  159. }
  160.  
  161. "23"
  162. {
  163. "label" "#GameUI_GameMenu_Friends"
  164. "command" "OpenFriendsDialog"
  165. }
  166.  
  167. "24"
  168. {
  169. "label" "#GameUI_ReportBug"
  170. "command" "engine bug"
  171. }
  172.  
  173. "25"
  174. {
  175. "label" "#GameUI_LaunchBenchmark"
  176. "command" "OpenBenchmarkDialog"
  177. }
  178.  
  179. "26"
  180. {
  181. "label" "#GameUI_GameMenu_Options"
  182. "command" "OpenOptionsDialog"
  183. }
  184.  
  185. "27"
  186. {
  187. "label" "#GameUI_GameMenu_Quit"
  188. "command" "Quit"
  189. }
  190. "28"
  191. {
  192. "label" ""
  193. "command" ""
  194. }
  195. "29"
  196. {
  197. "label" "DEMOPLAYER"
  198. "command" "engine demoui2"
  199. }
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement