Advertisement
Guest User

Untitled

a guest
May 12th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. "Votes"
  2. {
  3. "mode"
  4. {
  5. "title" "Change game mode"
  6. "admin" "sm_ban"
  7. "approve" "admins"
  8. "cmd" "ge_gameplay #1"
  9. "percent" "51"
  10. "options"
  11. {
  12. "deathmatch" "Deathmatch"
  13. "ltk" "License To Kill"
  14. "mwgg" "Man With The Golden Gun"
  15. "gungame" "GunGame"
  16. "turbodm" "Turbo DM"
  17. "foryoureyesonly" "For Your Eyes Only"
  18. "uplink" "Uplink"
  19. }
  20. }
  21. "gravity"
  22. {
  23. "title" "Change gravity"
  24. "admin" "sm_ban"
  25. "cmd" "sv_gravity #1"
  26. "percent" "51"
  27. "options"
  28. {
  29. "400" "Very low"
  30. "500" "Low"
  31. "600" "Medium"
  32. "700" "Normal"
  33. }
  34. }
  35. "set"
  36. {
  37. "title" "Change weapon set"
  38. "cmd" "ge_weaponset #1"
  39. "percent" "51"
  40. "trigger"
  41. {
  42. "command" "!set"
  43. "notice" "^2%u ^1started a weapon set vote"
  44. "percent" "35"
  45. }
  46. "options"
  47. {
  48. "pistols_classic" "Pistols Classic"
  49. "power_weapons_classic" "Power Weapons Classic"
  50. "automatics" "Automatics"
  51. "tomorrow_never_dies" "Tomorrow Never Dies"
  52. "ouromov" "Ouromov's Arsenal"
  53. "mr_kil" "Mr. Kil"
  54. "nobody" "Nobody Lives Forever"
  55. }
  56. }
  57. "paintball"
  58. {
  59. "title" "Turn paintball {!ge_paintball|onoff|capitalize}"
  60. "type" "confirm"
  61. "cmd" "ge_paintball {!ge_paintball}"
  62. "trigger"
  63. {
  64. "command" "!paintball"
  65. "notice" "^2%u ^1started a paintball vote"
  66. "percent" "35"
  67. }
  68. }
  69. "jump"
  70. {
  71. "title" "Turn jump {!ge_allowjump|onoff|capitalize}"
  72. "type" "confirm"
  73. "cmd" "ge_allowjump {!ge_allowjump}"
  74. "trigger"
  75. {
  76. "command" "!jump"
  77. "notice" "^2%u ^1started a jump vote"
  78. "percent" "35"
  79. }
  80. }
  81. "radar"
  82. {
  83. "title" "Turn radar {!ge_allowradar|onoff|capitalize}"
  84. "type" "confirm"
  85. "cmd" "ge_allowradar {!ge_allowradar}"
  86. "trigger"
  87. {
  88. "command" "!radar"
  89. "notice" "^2%u ^1started a radar vote"
  90. "percent" "35"
  91. }
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement