Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. "Phrases"
  2. {
  3. "No bets after bomb planted"
  4. {
  5. "en" "No bets allowed after the bomb has been planted."
  6. }
  7.  
  8. "Must Be On A Team To Vote"
  9. {
  10. "en" "You must join a team to place a bet."
  11. }
  12.  
  13. "Already Betted"
  14. {
  15. "en" "You have already placed a bet this round."
  16. }
  17.  
  18. "Must Be Dead To Vote"
  19. {
  20. "en" "You must be dead to place a bet."
  21. }
  22.  
  23. "Invalid Team for Bet"
  24. {
  25. "en" "Invalid team, please use 'ct' or 't'."
  26. }
  27.  
  28. "Invalid Bet Amount"
  29. {
  30. "en" "You do not specify a valid bet. Please use 'all', 'half', 'third' or a number."
  31. }
  32.  
  33. "Not Enough Money"
  34. {
  35. "en" "You do not have enough credits for that bet."
  36. }
  37.  
  38. "Bet Made Global"
  39. {
  40. "#format" "{1:N},{2:s},{3:d},{4:d},{5:d},{6:d}"
  41. "en" "{1} has placed a bet on {2}. Odds are {3} to {4}. He stands to win {5} Credits on this {6} Credits bet."
  42. }
  43.  
  44. "Bet Made"
  45. {
  46. "#format" "{1:d},{2:d},{3:d},{4:d}"
  47. "en" "You have placed a bet. Odds are {1} to {2}. You stand to win {3} Credits on this {4} Credits bet."
  48. }
  49.  
  50. "One Vs One"
  51. {
  52. "en" "One vs One! Place your bets now!"
  53. }
  54.  
  55. "One Vs Many Start"
  56. {
  57. "#format" "{1:s},{2:s}"
  58. "en" "{1} vs the {2} team! Place your bets now!"
  59. }
  60.  
  61. "One Vs Many Winner"
  62. {
  63. "#format" "{1:s},{2:d}"
  64. "en" "{1} has won against the odds! {2} credits awarded from the losing pot!"
  65. }
  66.  
  67. "Bet Won"
  68. {
  69. "#format" "{1:d},{2:d}"
  70. "en" "You won {1} credits on your bet of {2} credits."
  71. }
  72.  
  73. "Bet Lost"
  74. {
  75. "#format" "{1:d}"
  76. "en" "You lost your {1} credits bet."
  77. }
  78.  
  79. "Bet Pot"
  80. {
  81. "#format" "{1:d},{2:d}"
  82. "en" "Pot on Terrorists= {1}, Pot on Counter-Terrorists= {2}"
  83. }
  84.  
  85. "Players Are Dead"
  86. {
  87. "en" "You can't bet when either team is dead."
  88. }
  89.  
  90. "Advertise Bets"
  91. {
  92. "en" "Type 'bet team amount' to bet on the winning team!"
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement