Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. "GameMenu"
  2. {
  3. "1"
  4. {
  5. "label" "Menu eMOST."
  6. "command" ""
  7.  
  8. }
  9. "2"
  10. {
  11. "label" ""
  12. "command" ""
  13.  
  14. }
  15. "3"
  16. {
  17. "label" "Revenir Au Jeu"
  18. "command" "ResumeGame"
  19. "OnlyInGame" "1"
  20. }
  21. "4"
  22. {
  23. "label" "Quitter le serveur"
  24. "command" "Disconnect"
  25. "OnlyInGame" "1"
  26. }
  27. "5"
  28. {
  29. "label" "Muter les gens"
  30. "command" "OpenPlayerListDialog"
  31. "OnlyInGame" "1"
  32. }
  33. "6"
  34. {
  35. "label" ""
  36. "command" ""
  37. "OnlyInGame" "1"
  38. }
  39. "7"
  40. {
  41. "label" "Status"
  42. "command" "engine status"
  43. "OnlyInGame" "1"
  44. }
  45. "8"
  46. {
  47. "label" "Lancer Cut"
  48. "command" "engine rcon zb_ko3"
  49. "OnlyInGame" "1"
  50. }
  51. "9"
  52. {
  53. "label" "Lancer War"
  54. "command" "engine rcon zb_lo3"
  55. "OnlyInGame" "1"
  56. }
  57. "10"
  58. {
  59. "label" "Arreter War"
  60. "command" "engine rcon exec server.cfg;engine rcon tv_stoprecord"
  61. "OnlyInGame" "1"
  62. }
  63. "11"
  64. {
  65. "label" "Prendre Screen"
  66. "command" "engine jpeg"
  67. "OnlyInGame" "1"
  68. }
  69. "12"
  70. {
  71. "label" ""
  72. "command" ""
  73. "OnlyInGame" "1"
  74. }
  75. "13"
  76. {
  77. "label" "Console"
  78. "command" "engine toggleconsole;echo "
  79. }
  80. "14"
  81. {
  82. "label" "Recherche Serveur"
  83. "command" "OpenServerBrowser"
  84. }
  85. "15"
  86. {
  87. "label" "Creer Un Serveur Lan"
  88. "command" "OpenCreateMultiplayerGameDialog"
  89. }
  90. "16"
  91. {
  92. "label" "Mes Succes"
  93. "command" "OpenCSAchievementsDialog"
  94. }
  95. "17"
  96. {
  97. "label" "Signaler Un Bug"
  98. "command" "engine bug"
  99. }
  100. "18"
  101. {
  102. "label" "Performance Video"
  103. "command" "OpenBenchmarkDialog"
  104. }
  105. "19"
  106. {
  107. "label" "Options"
  108. "command" "OpenOptionsDialog"
  109. }
  110. "20"
  111. {
  112. "label" "Quitter CSS"
  113. "command" "engine quit"
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement