MegastoRM

gamemenu.txt + jos neke modifikovane stvarcice = ono tvoje

Mar 23rd, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. "GameMenu"
  2. {
  3. "1"
  4. {
  5. "label" "#GameUI_GameMenu_ResumeGame"
  6. "command" "ResumeGame"
  7. "OnlyInGame" "1"
  8. }
  9. "2"
  10. {
  11. "label" "#GameUI_GameMenu_Disconnect"
  12.  
  13. "command" "Disconnect"
  14. "OnlyInGame" "1"
  15. "notsingle" "1"
  16. }
  17. "3"
  18. {
  19. "label" "#GameUI_GameMenu_PlayerList"
  20. "command" "OpenPlayerListDialog"
  21. "OnlyInGame" "1"
  22. "notsingle" "1"
  23. }
  24. "4"
  25. {
  26. "label" ""
  27. "command" ""
  28. "OnlyInGame" "1"
  29. }
  30. "5"
  31. {
  32. "label" "#GameUI_GameMenu_NewGame"
  33. "command" "engine Connect 192.168.1.2:27015"
  34. }
  35. "6"
  36. {
  37. "label" "#GameUI_GameMenu_FindServers"
  38. "command" "engine Connect 192.168.1.2:27015"
  39. }
  40. "7"
  41. {
  42. "label" "#GameUI_GameMenu_Options"
  43. "command" "engine Connect 192.168.1.2:27015"
  44. }
  45. "8"
  46. {
  47. "label" "#GameUI_GameMenu_Quit"
  48. "command" "engine Connect 192.168.1.2:27015"
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment