Advertisement
Guest User

Untitled

a guest
Jan 24th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. |-----|-----|
  2. | Jim | Bob |
  3. |###########|
  4. | P3 | P4 |
  5. |-----|-----|
  6. Player P3 of team 2 serves next.
  7.  
  8. |-----|-----|
  9. | Jim | Bob |
  10. |###########|
  11. | P4 | P3 |
  12. |-----|-----|
  13. Player P3 of team 2 serves next.
  14.  
  15. |-----|-----|
  16. | Jim | Bob |
  17. |###########|
  18. | P4 | P3 |
  19. |-----|-----|
  20. Player Bob of team 1 serves next.
  21.  
  22. |-----|-----|
  23. | Jim | Bob |
  24. |###########|
  25. | P4 | P3 |
  26. |-----|-----|
  27. Player P4 of team 2 serves next.
  28.  
  29. *****************************************************************************
  30.  
  31. |------------|------------|
  32. | Bob | Jim |
  33. |#########################|
  34. | A | Montgomery |
  35. |------------|------------|
  36. Player Jim of team 1 serves next.
  37.  
  38. |------------|------------|
  39. | Jim | Bob |
  40. |#########################|
  41. | A | Montgomery |
  42. |------------|------------|
  43. Player Jim of team 1 serves next.
  44.  
  45. |------------|------------|
  46. | Bob | Jim |
  47. |#########################|
  48. | A | Montgomery |
  49. |------------|------------|
  50. Player Jim of team 1 serves next.
  51.  
  52. |------------|------------|
  53. | Bob | Jim |
  54. |#########################|
  55. | A | Montgomery |
  56. |------------|------------|
  57. Player A of team 2 serves next.
  58.  
  59. |------------|------------|
  60. | Bob | Jim |
  61. |#########################|
  62. | Montgomery | A |
  63. |------------|------------|
  64. Player A of team 2 serves next.
  65.  
  66. |------------|------------|
  67. | Bob | Jim |
  68. |#########################|
  69. | Montgomery | A |
  70. |------------|------------|
  71. Player Bob of team 1 serves next.
  72.  
  73. |------------|------------|
  74. | Bob | Jim |
  75. |#########################|
  76. | Montgomery | A |
  77. |------------|------------|
  78. Player Montgomery of team 2 serves next.
  79.  
  80. |------------|------------|
  81. | Bob | Jim |
  82. |#########################|
  83. | Montgomery | A |
  84. |------------|------------|
  85. Player Jim of team 1 serves next.
  86.  
  87. |------------|------------|
  88. | Jim | Bob |
  89. |#########################|
  90. | Montgomery | A |
  91. |------------|------------|
  92. Player Jim of team 1 serves next.
  93.  
  94. |------------|------------|
  95. | Jim | Bob |
  96. |#########################|
  97. | Montgomery | A |
  98. |------------|------------|
  99. Player A of team 2 serves next.
  100.  
  101. |------------|------------|
  102. | Jim | Bob |
  103. |#########################|
  104. | Montgomery | A |
  105. |------------|------------|
  106. Player Bob of team 1 serves next.
  107.  
  108. |------------|------------|
  109. | Jim | Bob |
  110. |#########################|
  111. | Montgomery | A |
  112. |------------|------------|
  113. Player Montgomery of team 2 serves next.
  114.  
  115. |------------|------------|
  116. | Jim | Bob |
  117. |#########################|
  118. | A | Montgomery |
  119. |------------|------------|
  120. Player Montgomery of team 2 serves next.
  121.  
  122. |------------|------------|
  123. | Jim | Bob |
  124. |#########################|
  125. | A | Montgomery |
  126. |------------|------------|
  127. Player Jim of team 1 serves next.
  128.  
  129. |------------|------------|
  130. | Jim | Bob |
  131. |#########################|
  132. | A | Montgomery |
  133. |------------|------------|
  134. Player A of team 2 serves next.
  135.  
  136. |------------|------------|
  137. | Jim | Bob |
  138. |#########################|
  139. | A | Montgomery |
  140. |------------|------------|
  141. Player Bob of team 1 serves next.
  142.  
  143. |------------|------------|
  144. | Bob | Jim |
  145. |#########################|
  146. | A | Montgomery |
  147. |------------|------------|
  148. Player Bob of team 1 serves next.
  149.  
  150. |------------|------------|
  151. | Jim | Bob |
  152. |#########################|
  153. | A | Montgomery |
  154. |------------|------------|
  155. Player Bob of team 1 serves next.
  156.  
  157. |------------|------------|
  158. | Bob | Jim |
  159. |#########################|
  160. | A | Montgomery |
  161. |------------|------------|
  162. Player Bob of team 1 serves next.
  163.  
  164. |------------|------------|
  165. | Bob | Jim |
  166. |#########################|
  167. | A | Montgomery |
  168. |------------|------------|
  169. Player Montgomery of team 2 serves next.
  170.  
  171. |------------|------------|
  172. | Bob | Jim |
  173. |#########################|
  174. | Montgomery | A |
  175. |------------|------------|
  176. Player Montgomery of team 2 serves next.
  177.  
  178. |------------|------------|
  179. | Bob | Jim |
  180. |#########################|
  181. | Montgomery | A |
  182. |------------|------------|
  183. Player Jim of team 1 serves next.
  184.  
  185. *****************************************************************************
  186.  
  187. |-----|-----|
  188. | Jim | Bob |
  189. |###########|
  190. | P3 | P4 |
  191. |-----|-----|
  192. Player P3 of team 2 serves next.
  193.  
  194. |-----|-----|
  195. | Jim | Bob |
  196. |###########|
  197. | P4 | P3 |
  198. |-----|-----|
  199. Player P3 of team 2 serves next.
  200.  
  201. |-----|-----|
  202. | Jim | Bob |
  203. |###########|
  204. | P4 | P3 |
  205. |-----|-----|
  206. Player Bob of team 1 serves next.
  207.  
  208. |-----|-----|
  209. | Bob | Jim |
  210. |###########|
  211. | P4 | P3 |
  212. |-----|-----|
  213. Player Bob of team 1 serves next.
  214.  
  215. E
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement