Advertisement
edamazzio

Ejemplo 2 Lab 02 - fork + semaphores

May 15th, 2018
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.58 KB | None | 0 0
  1. damazio@lenovo:soccer_semaphores$ ./fork
  2. --Fork: Player with PID 3316 from team A created. Its parent is 3315
  3. --Fork: Player with PID 3317 from team A created. Its parent is 3315
  4. --Fork: Player with PID 3318 from team A created. Its parent is 3315
  5. --Fork: Player with PID 3319 from team A created. Its parent is 3315
  6. --Fork: Player with PID 3320 from team A created. Its parent is 3315
  7. --Fork: Player with PID 3321 from team B created. Its parent is 3315
  8. --Fork: Player with PID 3322 from team B created. Its parent is 3315
  9. --Fork: Player with PID 3323 from team B created. Its parent is 3315
  10. --Fork: Player with PID 3324 from team B created. Its parent is 3315
  11. --Fork: Player with PID 3325 from team B created. Its parent is 3315
  12. --Ball: Player 3322 got ball
  13. --Cancha: Try 1 of player 3322 to get cancha
  14. --Cancha: Player 3322 from team B COULDN'T get cancha
  15. --Ball: Ball release by 3322. Couldn't get cancha.
  16.  
  17. --Cancha: Try 2 of player 3322 to get cancha
  18. --Cancha: Player 3322 from team B COULDN'T get cancha
  19. --Ball: Ball release by 3322. Couldn't get cancha.
  20.  
  21. --Cancha: Try 3 of player 3322 to get cancha
  22. --Cancha: Player 3322 from team B COULDN'T get cancha
  23. --Ball: Ball release by 3322. Couldn't get cancha.
  24.  
  25. --Ball: Player 3318 got ball
  26. --Cancha: Try 1 of player 3318 to get cancha
  27. --Cancha: Player 3318 from team A got enemy cancha
  28. --Shoot: Player 3318 shoots!
  29. --Score: Player 3318 of team A scored. Current score = A : 0 B : 1
  30.  
  31. --Ball: Player 3317 got ball
  32. --Cancha: Try 1 of player 3317 to get cancha
  33. --Cancha: Player 3317 from team A COULDN'T get cancha
  34. --Ball: Ball release by 3317. Couldn't get cancha.
  35.  
  36. --Cancha: Try 2 of player 3317 to get cancha
  37. --Cancha: Player 3317 from team A COULDN'T get cancha
  38. --Ball: Ball release by 3317. Couldn't get cancha.
  39.  
  40. --Cancha: Try 3 of player 3317 to get cancha
  41. --Cancha: Player 3317 from team A got enemy cancha
  42. --Shoot: Player 3317 shoots!
  43. --Score: Player 3317 missed the shot
  44.  
  45. --Ball: Player 3323 got ball
  46. --Cancha: Try 1 of player 3323 to get cancha
  47. --Cancha: Player 3323 from team B COULDN'T get cancha
  48. --Ball: Ball release by 3323. Couldn't get cancha.
  49.  
  50. --Cancha: Try 2 of player 3323 to get cancha
  51. --Cancha: Player 3323 from team B COULDN'T get cancha
  52. --Ball: Ball release by 3323. Couldn't get cancha.
  53.  
  54. --Cancha: Try 3 of player 3323 to get cancha
  55. --Cancha: Player 3323 from team B COULDN'T get cancha
  56. --Ball: Ball release by 3323. Couldn't get cancha.
  57.  
  58. --Ball: Player 3322 got ball
  59. --Cancha: Try 1 of player 3322 to get cancha
  60. --Cancha: Player 3322 from team B COULDN'T get cancha
  61. --Ball: Ball release by 3322. Couldn't get cancha.
  62.  
  63. --Cancha: Try 2 of player 3322 to get cancha
  64. --Cancha: Player 3322 from team B COULDN'T get cancha
  65. --Ball: Ball release by 3322. Couldn't get cancha.
  66.  
  67. --Cancha: Try 3 of player 3322 to get cancha
  68. --Cancha: Player 3322 from team B COULDN'T get cancha
  69. --Ball: Ball release by 3322. Couldn't get cancha.
  70.  
  71. --Ball: Player 3324 got ball
  72. --Cancha: Try 1 of player 3324 to get cancha
  73. --Cancha: Player 3324 from team B COULDN'T get cancha
  74. --Ball: Ball release by 3324. Couldn't get cancha.
  75.  
  76. --Cancha: Try 2 of player 3324 to get cancha
  77. --Cancha: Player 3324 from team B COULDN'T get cancha
  78. --Ball: Ball release by 3324. Couldn't get cancha.
  79.  
  80. --Cancha: Try 3 of player 3324 to get cancha
  81. --Cancha: Player 3324 from team B got enemy cancha
  82. --Shoot: Player 3324 shoots!
  83. --Score: Player 3324 missed the shot
  84.  
  85. --Ball: Player 3321 got ball
  86. --Cancha: Try 1 of player 3321 to get cancha
  87. --Cancha: Player 3321 from team B COULDN'T get cancha
  88. --Ball: Ball release by 3321. Couldn't get cancha.
  89.  
  90. --Cancha: Try 2 of player 3321 to get cancha
  91. --Cancha: Player 3321 from team B got enemy cancha
  92. --Shoot: Player 3321 shoots!
  93. --Score: Player 3321 of team B scored. Current score = A : 1 B : 1
  94.  
  95. --Ball: Player 3319 got ball
  96. --Cancha: Try 1 of player 3319 to get cancha
  97. --Cancha: Player 3319 from team A COULDN'T get cancha
  98. --Ball: Ball release by 3319. Couldn't get cancha.
  99.  
  100. --Cancha: Try 2 of player 3319 to get cancha
  101. --Cancha: Player 3319 from team A COULDN'T get cancha
  102. --Ball: Player 3318 got ball
  103. --Ball: Ball release by 3319. Couldn't get cancha.
  104.  
  105. --Cancha: Try 1 of player 3318 to get cancha
  106. --Cancha: Try 3 of player 3319 to get cancha
  107. --Cancha: Player 3318 from team A got enemy cancha
  108. --Shoot: Player 3318 shoots!
  109. --Cancha: Player 3319 from team A COULDN'T get cancha
  110. --Score: Player 3318 of team A scored. Current score = A : 1 B : 2
  111.  
  112. --Ball: Ball release by 3319. Couldn't get cancha.
  113.  
  114. --Ball: Player 3325 got ball
  115. --Cancha: Try 1 of player 3325 to get cancha
  116. --Cancha: Player 3325 from team B COULDN'T get cancha
  117. --Ball: Ball release by 3325. Couldn't get cancha.
  118.  
  119. --Cancha: Try 2 of player 3325 to get cancha
  120. --Cancha: Player 3325 from team B COULDN'T get cancha
  121. --Ball: Ball release by 3325. Couldn't get cancha.
  122.  
  123. --Cancha: Try 3 of player 3325 to get cancha
  124. --Cancha: Player 3325 from team B got enemy cancha
  125. --Shoot: Player 3325 shoots!
  126. --Score: Player 3325 of team B scored. Current score = A : 2 B : 2
  127.  
  128. --Ball: Player 3323 got ball
  129. --Cancha: Try 1 of player 3323 to get cancha
  130. --Cancha: Player 3323 from team B COULDN'T get cancha
  131. --Ball: Ball release by 3323. Couldn't get cancha.
  132.  
  133. --Cancha: Try 2 of player 3323 to get cancha
  134. --Cancha: Player 3323 from team B COULDN'T get cancha
  135. --Ball: Ball release by 3323. Couldn't get cancha.
  136.  
  137. --Cancha: Try 3 of player 3323 to get cancha
  138. --Cancha: Player 3323 from team B COULDN'T get cancha
  139. --Ball: Ball release by 3323. Couldn't get cancha.
  140.  
  141. --Ball: Player 3322 got ball
  142. --Cancha: Try 1 of player 3322 to get cancha
  143. --Cancha: Player 3322 from team B COULDN'T get cancha
  144. --Ball: Ball release by 3322. Couldn't get cancha.
  145.  
  146. --Cancha: Try 2 of player 3322 to get cancha
  147. --Cancha: Player 3322 from team B COULDN'T get cancha
  148. --Ball: Ball release by 3322. Couldn't get cancha.
  149.  
  150. --Cancha: Try 3 of player 3322 to get cancha
  151. --Cancha: Player 3322 from team B COULDN'T get cancha
  152. --Ball: Ball release by 3322. Couldn't get cancha.
  153.  
  154. --Ball: Player 3316 got ball
  155. --Cancha: Try 1 of player 3316 to get cancha
  156. --Cancha: Player 3316 from team A COULDN'T get cancha
  157. --Ball: Ball release by 3316. Couldn't get cancha.
  158.  
  159. --Cancha: Try 2 of player 3316 to get cancha
  160. --Cancha: Player 3316 from team A COULDN'T get cancha
  161. --Ball: Ball release by 3316. Couldn't get cancha.
  162.  
  163. --Cancha: Try 3 of player 3316 to get cancha
  164. --Cancha: Player 3316 from team A got enemy cancha
  165. --Shoot: Player 3316 shoots!
  166. --Score: Player 3316 missed the shot
  167.  
  168. --Ball: Player 3320 got ball
  169. --Cancha: Try 1 of player 3320 to get cancha
  170. --Cancha: Player 3320 from team A COULDN'T get cancha
  171. --Ball: Ball release by 3320. Couldn't get cancha.
  172.  
  173. --Cancha: Try 2 of player 3320 to get cancha
  174. --Cancha: Player 3320 from team A COULDN'T get cancha
  175. --Ball: Ball release by 3320. Couldn't get cancha.
  176.  
  177. --Cancha: Try 3 of player 3320 to get cancha
  178. --Cancha: Player 3320 from team A got enemy cancha
  179. --Shoot: Player 3320 shoots!
  180. --Score: Player 3320 of team A scored. Current score = A : 2 B : 3
  181.  
  182. --Ball: Player 3317 got ball
  183. --Cancha: Try 1 of player 3317 to get cancha
  184. --Cancha: Player 3317 from team A COULDN'T get cancha
  185. --Ball: Ball release by 3317. Couldn't get cancha.
  186.  
  187. --Cancha: Try 2 of player 3317 to get cancha
  188. --Cancha: Player 3317 from team A COULDN'T get cancha
  189. --Ball: Ball release by 3317. Couldn't get cancha.
  190.  
  191. --Cancha: Try 3 of player 3317 to get cancha
  192. --Cancha: Player 3317 from team A got enemy cancha
  193. --Shoot: Player 3317 shoots!
  194. --Score: Player 3317 missed the shot
  195.  
  196. --Ball: Player 3323 got ball
  197. --Cancha: Try 1 of player 3323 to get cancha
  198. --Cancha: Player 3323 from team B COULDN'T get cancha
  199. --Ball: Ball release by 3323. Couldn't get cancha.
  200.  
  201. --Cancha: Try 2 of player 3323 to get cancha
  202. --Cancha: Player 3323 from team B COULDN'T get cancha
  203. --Ball: Ball release by 3323. Couldn't get cancha.
  204.  
  205. --Cancha: Try 3 of player 3323 to get cancha
  206. --Cancha: Player 3323 from team B COULDN'T get cancha
  207. --Ball: Ball release by 3323. Couldn't get cancha.
  208.  
  209. --Ball: Player 3322 got ball
  210. --Cancha: Try 1 of player 3322 to get cancha
  211. --Cancha: Player 3322 from team B COULDN'T get cancha
  212. --Ball: Ball release by 3322. Couldn't get cancha.
  213.  
  214. --Cancha: Try 2 of player 3322 to get cancha
  215. --Cancha: Player 3322 from team B COULDN'T get cancha
  216. --Ball: Ball release by 3322. Couldn't get cancha.
  217.  
  218. --Cancha: Try 3 of player 3322 to get cancha
  219. --Cancha: Player 3322 from team B COULDN'T get cancha
  220. --Ball: Ball release by 3322. Couldn't get cancha.
  221.  
  222. --Ball: Player 3324 got ball
  223. --Cancha: Try 1 of player 3324 to get cancha
  224. --Cancha: Player 3324 from team B COULDN'T get cancha
  225. --Ball: Ball release by 3324. Couldn't get cancha.
  226.  
  227. --Cancha: Try 2 of player 3324 to get cancha
  228. --Cancha: Player 3324 from team B COULDN'T get cancha
  229. --Ball: Ball release by 3324. Couldn't get cancha.
  230.  
  231. --Cancha: Try 3 of player 3324 to get cancha
  232. --Cancha: Player 3324 from team B got enemy cancha
  233. --Shoot: Player 3324 shoots!
  234. --Score: Player 3324 missed the shot
  235.  
  236. --Ball: Player 3318 got ball
  237. --Cancha: Try 1 of player 3318 to get cancha
  238. --Cancha: Player 3318 from team A got enemy cancha
  239. --Shoot: Player 3318 shoots!
  240. --Score: Player 3318 of team A scored. Current score = A : 2 B : 4
  241.  
  242. --Ball: Player 3323 got ball
  243. --Cancha: Try 1 of player 3323 to get cancha
  244. --Cancha: Player 3323 from team B COULDN'T get cancha
  245. --Ball: Ball release by 3323. Couldn't get cancha.
  246.  
  247. --Cancha: Try 2 of player 3323 to get cancha
  248. --Cancha: Player 3323 from team B COULDN'T get cancha
  249. --Ball: Ball release by 3323. Couldn't get cancha.
  250.  
  251. --Cancha: Try 3 of player 3323 to get cancha
  252. --Cancha: Player 3323 from team B COULDN'T get cancha
  253. --Ball: Ball release by 3323. Couldn't get cancha.
  254.  
  255. --Ball: Player 3322 got ball
  256. --Cancha: Try 1 of player 3322 to get cancha
  257. --Cancha: Player 3322 from team B COULDN'T get cancha
  258. --Ball: Ball release by 3322. Couldn't get cancha.
  259.  
  260. --Cancha: Try 2 of player 3322 to get cancha
  261. --Cancha: Player 3322 from team B COULDN'T get cancha
  262. --Ball: Ball release by 3322. Couldn't get cancha.
  263.  
  264. --Cancha: Try 3 of player 3322 to get cancha
  265. --Cancha: Player 3322 from team B COULDN'T get cancha
  266. --Ball: Ball release by 3322. Couldn't get cancha.
  267.  
  268. --Ball: Player 3321 got ball
  269. --Cancha: Try 1 of player 3321 to get cancha
  270. --Cancha: Player 3321 from team B COULDN'T get cancha
  271. --Ball: Ball release by 3321. Couldn't get cancha.
  272.  
  273. --Cancha: Try 2 of player 3321 to get cancha
  274. --Cancha: Player 3321 from team B got enemy cancha
  275. --Shoot: Player 3321 shoots!
  276. --Score: Player 3321 missed the shot
  277.  
  278. --Ball: Player 3317 got ball
  279. --Cancha: Try 1 of player 3317 to get cancha
  280. --Cancha: Player 3317 from team A COULDN'T get cancha
  281. --Ball: Ball release by 3317. Couldn't get cancha.
  282.  
  283. --Cancha: Try 2 of player 3317 to get cancha
  284. --Cancha: Player 3317 from team A COULDN'T get cancha
  285. --Ball: Ball release by 3317. Couldn't get cancha.
  286.  
  287. --Cancha: Try 3 of player 3317 to get cancha
  288. --Cancha: Player 3317 from team A got enemy cancha
  289. --Shoot: Player 3317 shoots!
  290. --Score: Player 3317 of team A scored. Current score = A : 2 B : 5
  291.  
  292. --Ball: Player 3319 got ball
  293. --Cancha: Try 1 of player 3319 to get cancha
  294. --Cancha: Player 3319 from team A COULDN'T get cancha
  295. --Ball: Ball release by 3319. Couldn't get cancha.
  296.  
  297. --Cancha: Try 2 of player 3319 to get cancha
  298. --Cancha: Player 3319 from team A COULDN'T get cancha
  299. --Ball: Ball release by 3319. Couldn't get cancha.
  300.  
  301. --Cancha: Try 3 of player 3319 to get cancha
  302. --Cancha: Player 3319 from team A COULDN'T get cancha
  303. --Ball: Ball release by 3319. Couldn't get cancha.
  304.  
  305. --Ball: Player 3323 got ball
  306. --Cancha: Try 1 of player 3323 to get cancha
  307. --Cancha: Player 3323 from team B COULDN'T get cancha
  308. --Ball: Ball release by 3323. Couldn't get cancha.
  309.  
  310. --Cancha: Try 2 of player 3323 to get cancha
  311. --Cancha: Player 3323 from team B COULDN'T get cancha
  312. --Ball: Ball release by 3323. Couldn't get cancha.
  313.  
  314. --Cancha: Try 3 of player 3323 to get cancha
  315. --Cancha: Player 3323 from team B COULDN'T get cancha
  316. --Ball: Ball release by 3323. Couldn't get cancha.
  317.  
  318. --Ball: Player 3322 got ball
  319. --Cancha: Try 1 of player 3322 to get cancha
  320. --Cancha: Player 3322 from team B COULDN'T get cancha
  321. --Ball: Ball release by 3322. Couldn't get cancha.
  322.  
  323. --Cancha: Try 2 of player 3322 to get cancha
  324. --Cancha: Player 3322 from team B COULDN'T get cancha
  325. --Ball: Ball release by 3322. Couldn't get cancha.
  326.  
  327. --Cancha: Try 3 of player 3322 to get cancha
  328. --Cancha: Player 3322 from team B COULDN'T get cancha
  329. --Ball: Ball release by 3322. Couldn't get cancha.
  330.  
  331. --Ball: Player 3316 got ball
  332. --Cancha: Try 1 of player 3316 to get cancha
  333. --Cancha: Player 3316 from team A COULDN'T get cancha
  334. --Ball: Ball release by 3316. Couldn't get cancha.
  335.  
  336. --Cancha: Try 2 of player 3316 to get cancha
  337. --Cancha: Player 3316 from team A COULDN'T get cancha
  338. --Ball: Ball release by 3316. Couldn't get cancha.
  339.  
  340. --Cancha: Try 3 of player 3316 to get cancha
  341. --Cancha: Player 3316 from team A got enemy cancha
  342. --Shoot: Player 3316 shoots!
  343. --Score: Player 3316 missed the shot
  344.  
  345. --Ball: Player 3324 got ball
  346. --Cancha: Try 1 of player 3324 to get cancha
  347. --Cancha: Player 3324 from team B COULDN'T get cancha
  348. --Ball: Ball release by 3324. Couldn't get cancha.
  349.  
  350. --Cancha: Try 2 of player 3324 to get cancha
  351. --Cancha: Player 3324 from team B COULDN'T get cancha
  352. --Ball: Ball release by 3324. Couldn't get cancha.
  353.  
  354. --Cancha: Try 3 of player 3324 to get cancha
  355. --Cancha: Player 3324 from team B got enemy cancha
  356. --Shoot: Player 3324 shoots!
  357. --Score: Player 3324 missed the shot
  358.  
  359. --Ball: Player 3320 got ball
  360. --Cancha: Try 1 of player 3320 to get cancha
  361. --Cancha: Player 3320 from team A COULDN'T get cancha
  362. --Ball: Ball release by 3320. Couldn't get cancha.
  363.  
  364. --Cancha: Try 2 of player 3320 to get cancha
  365. --Cancha: Player 3320 from team A COULDN'T get cancha
  366. --Ball: Ball release by 3320. Couldn't get cancha.
  367.  
  368. --Cancha: Try 3 of player 3320 to get cancha
  369. --Cancha: Player 3320 from team A got enemy cancha
  370. --Shoot: Player 3320 shoots!
  371. --Score: Player 3320 of team A scored. Current score = A : 2 B : 6
  372.  
  373. --Ball: Player 3323 got ball
  374. --Cancha: Try 1 of player 3323 to get cancha
  375. --Cancha: Player 3323 from team B COULDN'T get cancha
  376. --Ball: Ball release by 3323. Couldn't get cancha.
  377.  
  378. --Cancha: Try 2 of player 3323 to get cancha
  379. --Cancha: Player 3323 from team B COULDN'T get cancha
  380. --Ball: Ball release by 3323. Couldn't get cancha.
  381.  
  382. --Ball: Player 3322 got ball
  383. --Cancha: Try 1 of player 3322 to get cancha
  384. --Cancha: Player 3322 from team B COULDN'T get cancha
  385. --Cancha: Try 3 of player 3323 to get cancha
  386. --Ball: Ball release by 3322. Couldn't get cancha.
  387.  
  388. --Cancha: Player 3323 from team B COULDN'T get cancha
  389. --Cancha: Try 2 of player 3322 to get cancha
  390. --Ball: Ball release by 3323. Couldn't get cancha.
  391.  
  392. --Cancha: Player 3322 from team B COULDN'T get cancha
  393. --Ball: Ball release by 3322. Couldn't get cancha.
  394.  
  395. --Cancha: Try 3 of player 3322 to get cancha
  396. --Cancha: Player 3322 from team B COULDN'T get cancha
  397. --Ball: Ball release by 3322. Couldn't get cancha.
  398.  
  399. --Ball: Player 3318 got ball
  400. --Cancha: Try 1 of player 3318 to get cancha
  401. --Cancha: Player 3318 from team A got enemy cancha
  402. --Shoot: Player 3318 shoots!
  403. --Score: Player 3318 missed the shot
  404.  
  405. --Ball: Player 3317 got ball
  406. --Cancha: Try 1 of player 3317 to get cancha
  407. --Cancha: Player 3317 from team A COULDN'T get cancha
  408. --Ball: Ball release by 3317. Couldn't get cancha.
  409.  
  410. --Cancha: Try 2 of player 3317 to get cancha
  411. --Cancha: Player 3317 from team A COULDN'T get cancha
  412. --Ball: Ball release by 3317. Couldn't get cancha.
  413.  
  414. --Cancha: Try 3 of player 3317 to get cancha
  415. --Cancha: Player 3317 from team A got enemy cancha
  416. --Shoot: Player 3317 shoots!
  417. --Score: Player 3317 missed the shot
  418.  
  419. --Ball: Player 3323 got ball
  420. --Cancha: Try 1 of player 3323 to get cancha
  421. --Cancha: Player 3323 from team B COULDN'T get cancha
  422. --Ball: Ball release by 3323. Couldn't get cancha.
  423.  
  424. --Cancha: Try 2 of player 3323 to get cancha
  425. --Cancha: Player 3323 from team B COULDN'T get cancha
  426. --Ball: Ball release by 3323. Couldn't get cancha.
  427.  
  428. --Ball: Player 3322 got ball
  429. --Cancha: Try 1 of player 3322 to get cancha
  430. --Cancha: Player 3322 from team B COULDN'T get cancha
  431. --Ball: Ball release by 3322. Couldn't get cancha.
  432.  
  433. --Cancha: Try 2 of player 3322 to get cancha
  434. --Cancha: Player 3322 from team B COULDN'T get cancha
  435. --Ball: Ball release by 3322. Couldn't get cancha.
  436.  
  437. --Cancha: Try 3 of player 3322 to get cancha
  438. --Cancha: Player 3322 from team B COULDN'T get cancha
  439. --Ball: Ball release by 3322. Couldn't get cancha.
  440.  
  441. --Cancha: Try 3 of player 3323 to get cancha
  442. --Cancha: Player 3323 from team B COULDN'T get cancha
  443. --Ball: Ball release by 3323. Couldn't get cancha.
  444.  
  445. --Ball: Player 3321 got ball
  446. --Cancha: Try 1 of player 3321 to get cancha
  447. --Cancha: Player 3321 from team B COULDN'T get cancha
  448. --Ball: Ball release by 3321. Couldn't get cancha.
  449.  
  450. --Cancha: Try 2 of player 3321 to get cancha
  451. --Cancha: Player 3321 from team B got enemy cancha
  452. --Shoot: Player 3321 shoots!
  453. --Score: Player 3321 of team B scored. Current score = A : 3 B : 6
  454.  
  455. --Ball: Player 3324 got ball
  456. --Cancha: Try 1 of player 3324 to get cancha
  457. --Cancha: Player 3324 from team B COULDN'T get cancha
  458. --Ball: Ball release by 3324. Couldn't get cancha.
  459.  
  460. --Cancha: Try 2 of player 3324 to get cancha
  461. --Cancha: Player 3324 from team B COULDN'T get cancha
  462. --Ball: Ball release by 3324. Couldn't get cancha.
  463.  
  464. --Cancha: Try 3 of player 3324 to get cancha
  465. --Cancha: Player 3324 from team B got enemy cancha
  466. --Shoot: Player 3324 shoots!
  467. --Score: Player 3324 missed the shot
  468.  
  469. --Ball: Player 3325 got ball
  470. --Cancha: Try 1 of player 3325 to get cancha
  471. --Cancha: Player 3325 from team B COULDN'T get cancha
  472. --Ball: Ball release by 3325. Couldn't get cancha.
  473.  
  474. --Cancha: Try 2 of player 3325 to get cancha
  475. --Cancha: Player 3325 from team B COULDN'T get cancha
  476. --Ball: Ball release by 3325. Couldn't get cancha.
  477.  
  478. --Cancha: Try 3 of player 3325 to get cancha
  479. --Cancha: Player 3325 from team B got enemy cancha
  480. --Shoot: Player 3325 shoots!
  481. --Score: Player 3325 missed the shot
  482.  
  483. --Ball: Player 3319 got ball
  484. --Cancha: Try 1 of player 3319 to get cancha
  485. --Cancha: Player 3319 from team A COULDN'T get cancha
  486. --Ball: Ball release by 3319. Couldn't get cancha.
  487.  
  488. --Cancha: Try 2 of player 3319 to get cancha
  489. --Cancha: Player 3319 from team A COULDN'T get cancha
  490. --Ball: Ball release by 3319. Couldn't get cancha.
  491.  
  492. --Cancha: Try 3 of player 3319 to get cancha
  493. --Cancha: Player 3319 from team A COULDN'T get cancha
  494. --Ball: Ball release by 3319. Couldn't get cancha.
  495.  
  496. --Ball: Player 3322 got ball
  497. --Cancha: Try 1 of player 3322 to get cancha
  498. --Cancha: Player 3322 from team B COULDN'T get cancha
  499. --Ball: Ball release by 3322. Couldn't get cancha.
  500.  
  501. --Cancha: Try 2 of player 3322 to get cancha
  502. --Cancha: Player 3322 from team B COULDN'T get cancha
  503. --Ball: Ball release by 3322. Couldn't get cancha.
  504.  
  505. --Ball: Player 3323 got ball
  506. --Cancha: Try 1 of player 3323 to get cancha
  507. --Cancha: Try 3 of player 3322 to get cancha
  508. --Cancha: Player 3323 from team B COULDN'T get cancha
  509. --Ball: Ball release by 3323. Couldn't get cancha.
  510.  
  511. --Cancha: Player 3322 from team B COULDN'T get cancha
  512. --Cancha: Try 2 of player 3323 to get cancha
  513. --Ball: Ball release by 3322. Couldn't get cancha.
  514.  
  515. --Cancha: Player 3323 from team B COULDN'T get cancha
  516. --Ball: Ball release by 3323. Couldn't get cancha.
  517.  
  518. --Cancha: Try 3 of player 3323 to get cancha
  519. --Cancha: Player 3323 from team B COULDN'T get cancha
  520. --Ball: Ball release by 3323. Couldn't get cancha.
  521.  
  522. --Ball: Player 3316 got ball
  523. --Cancha: Try 1 of player 3316 to get cancha
  524. --Cancha: Player 3316 from team A COULDN'T get cancha
  525. --Ball: Ball release by 3316. Couldn't get cancha.
  526.  
  527. --Cancha: Try 2 of player 3316 to get cancha
  528. --Cancha: Player 3316 from team A COULDN'T get cancha
  529. --Ball: Ball release by 3316. Couldn't get cancha.
  530.  
  531. --Cancha: Try 3 of player 3316 to get cancha
  532. --Cancha: Player 3316 from team A got enemy cancha
  533. --Shoot: Player 3316 shoots!
  534. --Score: Player 3316 missed the shot
  535.  
  536. --Ball: Player 3320 got ball
  537. --Cancha: Try 1 of player 3320 to get cancha
  538. --Cancha: Player 3320 from team A COULDN'T get cancha
  539. --Ball: Ball release by 3320. Couldn't get cancha.
  540.  
  541. --Cancha: Try 2 of player 3320 to get cancha
  542. --Cancha: Player 3320 from team A COULDN'T get cancha
  543. --Ball: Ball release by 3320. Couldn't get cancha.
  544.  
  545. --Cancha: Try 3 of player 3320 to get cancha
  546. --Cancha: Player 3320 from team A got enemy cancha
  547. --Shoot: Player 3320 shoots!
  548. --Score: Player 3320 missed the shot
  549.  
  550. --Ball: Player 3317 got ball
  551. --Cancha: Try 1 of player 3317 to get cancha
  552. --Cancha: Player 3317 from team A COULDN'T get cancha
  553. --Ball: Ball release by 3317. Couldn't get cancha.
  554.  
  555. --Cancha: Try 2 of player 3317 to get cancha
  556. --Cancha: Player 3317 from team A COULDN'T get cancha
  557. --Ball: Ball release by 3317. Couldn't get cancha.
  558.  
  559. --Cancha: Try 3 of player 3317 to get cancha
  560. --Cancha: Player 3317 from team A got enemy cancha
  561. --Shoot: Player 3317 shoots!
  562. --Score: Player 3317 missed the shot
  563.  
  564. --Ball: Player 3322 got ball
  565. --Cancha: Try 1 of player 3322 to get cancha
  566. --Cancha: Player 3322 from team B COULDN'T get cancha
  567. --Ball: Ball release by 3322. Couldn't get cancha.
  568.  
  569. --Cancha: Try 2 of player 3322 to get cancha
  570. --Cancha: Player 3322 from team B COULDN'T get cancha
  571. --Ball: Ball release by 3322. Couldn't get cancha.
  572.  
  573. --Cancha: Try 3 of player 3322 to get cancha
  574. --Cancha: Player 3322 from team B COULDN'T get cancha
  575. --Ball: Ball release by 3322. Couldn't get cancha.
  576.  
  577. --Ball: Player 3323 got ball
  578. --Cancha: Try 1 of player 3323 to get cancha
  579. --Cancha: Player 3323 from team B COULDN'T get cancha
  580. --Ball: Ball release by 3323. Couldn't get cancha.
  581.  
  582. --Cancha: Try 2 of player 3323 to get cancha
  583. --Cancha: Player 3323 from team B COULDN'T get cancha
  584. --Ball: Ball release by 3323. Couldn't get cancha.
  585.  
  586. --Cancha: Try 3 of player 3323 to get cancha
  587. --Cancha: Player 3323 from team B COULDN'T get cancha
  588. --Ball: Ball release by 3323. Couldn't get cancha.
  589.  
  590. --Ball: Player 3318 got ball
  591. --Cancha: Try 1 of player 3318 to get cancha
  592. --Cancha: Player 3318 from team A got enemy cancha
  593. --Shoot: Player 3318 shoots!
  594. --Score: Player 3318 of team A scored. Current score = A : 3 B : 7
  595.  
  596. --Ball: Player 3324 got ball
  597. --Cancha: Try 1 of player 3324 to get cancha
  598. --Cancha: Player 3324 from team B COULDN'T get cancha
  599. --Ball: Ball release by 3324. Couldn't get cancha.
  600.  
  601. --Cancha: Try 2 of player 3324 to get cancha
  602. --Cancha: Player 3324 from team B COULDN'T get cancha
  603. --Ball: Ball release by 3324. Couldn't get cancha.
  604.  
  605. --Cancha: Try 3 of player 3324 to get cancha
  606. --Cancha: Player 3324 from team B got enemy cancha
  607. --Shoot: Player 3324 shoots!
  608. --Score: Player 3324 of team B scored. Current score = A : 4 B : 7
  609.  
  610. --Ball: Player 3322 got ball
  611. --Cancha: Try 1 of player 3322 to get cancha
  612. --Cancha: Player 3322 from team B COULDN'T get cancha
  613. --Ball: Ball release by 3322. Couldn't get cancha.
  614.  
  615. --Cancha: Try 2 of player 3322 to get cancha
  616. --Cancha: Player 3322 from team B COULDN'T get cancha
  617. --Ball: Ball release by 3322. Couldn't get cancha.
  618.  
  619. --Cancha: Try 3 of player 3322 to get cancha
  620. --Cancha: Player 3322 from team B COULDN'T get cancha
  621. --Ball: Ball release by 3322. Couldn't get cancha.
  622.  
  623. --Ball: Player 3321 got ball
  624. --Cancha: Try 1 of player 3321 to get cancha
  625. --Cancha: Player 3321 from team B COULDN'T get cancha
  626. --Ball: Ball release by 3321. Couldn't get cancha.
  627.  
  628. --Cancha: Try 2 of player 3321 to get cancha
  629. --Cancha: Player 3321 from team B got enemy cancha
  630. --Shoot: Player 3321 shoots!
  631. --Score: Player 3321 missed the shot
  632.  
  633. --Ball: Player 3325 got ball
  634. --Cancha: Try 1 of player 3325 to get cancha
  635. --Cancha: Player 3325 from team B COULDN'T get cancha
  636. --Ball: Ball release by 3325. Couldn't get cancha.
  637.  
  638. --Cancha: Try 2 of player 3325 to get cancha
  639. --Cancha: Player 3325 from team B COULDN'T get cancha
  640. --Ball: Ball release by 3325. Couldn't get cancha.
  641.  
  642. --Cancha: Try 3 of player 3325 to get cancha
  643. --Cancha: Player 3325 from team B got enemy cancha
  644. --Shoot: Player 3325 shoots!
  645. --Score: Player 3325 missed the shot
  646.  
  647. --Ball: Player 3317 got ball
  648. --Cancha: Try 1 of player 3317 to get cancha
  649. --Cancha: Player 3317 from team A COULDN'T get cancha
  650. --Ball: Ball release by 3317. Couldn't get cancha.
  651.  
  652. --Cancha: Try 2 of player 3317 to get cancha
  653. --Cancha: Player 3317 from team A COULDN'T get cancha
  654. --Ball: Player 3319 got ball
  655. --Ball: Ball release by 3317. Couldn't get cancha.
  656.  
  657. --Cancha: Try 1 of player 3319 to get cancha
  658. --Cancha: Try 3 of player 3317 to get cancha
  659. --Cancha: Player 3319 from team A COULDN'T get cancha
  660. --Ball: Player 3318 got ball
  661. --Cancha: Try 1 of player 3318 to get cancha
  662. --Ball: Ball release by 3319. Couldn't get cancha.
  663.  
  664. --Cancha: Player 3318 from team A got enemy cancha
  665. --Cancha: Try 2 of player 3319 to get cancha
  666. --Cancha: Player 3319 from team A COULDN'T get cancha
  667. --Shoot: Player 3318 shoots!
  668. --Ball: Ball release by 3319. Couldn't get cancha.
  669.  
  670. --Cancha: Player 3317 from team A COULDN'T get cancha
  671. --Score: Player 3318 missed the shot
  672.  
  673. --Cancha: Try 3 of player 3319 to get cancha
  674. --Ball: Ball release by 3317. Couldn't get cancha.
  675.  
  676. --Cancha: Player 3319 from team A COULDN'T get cancha
  677. --Ball: Ball release by 3319. Couldn't get cancha.
  678.  
  679. --Ball: Player 3323 got ball
  680. --Cancha: Try 1 of player 3323 to get cancha
  681. --Cancha: Player 3323 from team B COULDN'T get cancha
  682. --Ball: Ball release by 3323. Couldn't get cancha.
  683.  
  684. --Cancha: Try 2 of player 3323 to get cancha
  685. --Cancha: Player 3323 from team B COULDN'T get cancha
  686. --Ball: Ball release by 3323. Couldn't get cancha.
  687.  
  688. --Cancha: Try 3 of player 3323 to get cancha
  689. --Cancha: Player 3323 from team B COULDN'T get cancha
  690. --Ball: Ball release by 3323. Couldn't get cancha.
  691.  
  692. --Ball: Player 3316 got ball
  693. --Cancha: Try 1 of player 3316 to get cancha
  694. --Cancha: Player 3316 from team A COULDN'T get cancha
  695. --Ball: Ball release by 3316. Couldn't get cancha.
  696.  
  697. --Cancha: Try 2 of player 3316 to get cancha
  698. --Cancha: Player 3316 from team A COULDN'T get cancha
  699. --Ball: Ball release by 3316. Couldn't get cancha.
  700.  
  701. --Cancha: Try 3 of player 3316 to get cancha
  702. --Cancha: Player 3316 from team A got enemy cancha
  703. --Shoot: Player 3316 shoots!
  704. --Score: Player 3316 missed the shot
  705.  
  706. --Ball: Player 3324 got ball
  707. --Cancha: Try 1 of player 3324 to get cancha
  708. --Cancha: Player 3324 from team B COULDN'T get cancha
  709. --Ball: Ball release by 3324. Couldn't get cancha.
  710.  
  711. --Cancha: Try 2 of player 3324 to get cancha
  712. --Cancha: Player 3324 from team B COULDN'T get cancha
  713. --Ball: Ball release by 3324. Couldn't get cancha.
  714.  
  715. --Cancha: Try 3 of player 3324 to get cancha
  716. --Cancha: Player 3324 from team B got enemy cancha
  717. --Shoot: Player 3324 shoots!
  718. --Score: Player 3324 of team B scored. Current score = A : 5 B : 7
  719.  
  720. --Ball: Player 3322 got ball
  721. --Cancha: Try 1 of player 3322 to get cancha
  722. --Cancha: Player 3322 from team B COULDN'T get cancha
  723. --Ball: Ball release by 3322. Couldn't get cancha.
  724.  
  725. --Cancha: Try 2 of player 3322 to get cancha
  726. --Cancha: Player 3322 from team B COULDN'T get cancha
  727. --Ball: Ball release by 3322. Couldn't get cancha.
  728.  
  729. --Cancha: Try 3 of player 3322 to get cancha
  730. --Cancha: Player 3322 from team B COULDN'T get cancha
  731. --Ball: Ball release by 3322. Couldn't get cancha.
  732.  
  733. --Ball: Player 3323 got ball
  734. --Cancha: Try 1 of player 3323 to get cancha
  735. --Cancha: Player 3323 from team B COULDN'T get cancha
  736. --Ball: Ball release by 3323. Couldn't get cancha.
  737.  
  738. --Cancha: Try 2 of player 3323 to get cancha
  739. --Cancha: Player 3323 from team B COULDN'T get cancha
  740. --Ball: Ball release by 3323. Couldn't get cancha.
  741.  
  742. --Cancha: Try 3 of player 3323 to get cancha
  743. --Cancha: Player 3323 from team B COULDN'T get cancha
  744. --Ball: Ball release by 3323. Couldn't get cancha.
  745.  
  746. --Ball: Player 3320 got ball
  747. --Cancha: Try 1 of player 3320 to get cancha
  748. --Cancha: Player 3320 from team A COULDN'T get cancha
  749. --Ball: Ball release by 3320. Couldn't get cancha.
  750.  
  751. --Cancha: Try 2 of player 3320 to get cancha
  752. --Cancha: Player 3320 from team A COULDN'T get cancha
  753. --Ball: Ball release by 3320. Couldn't get cancha.
  754.  
  755. --Cancha: Try 3 of player 3320 to get cancha
  756. --Cancha: Player 3320 from team A got enemy cancha
  757. --Shoot: Player 3320 shoots!
  758. --Score: Player 3320 of team A scored. Current score = A : 5 B : 8
  759.  
  760. --Ball: Player 3318 got ball
  761. --Cancha: Try 1 of player 3318 to get cancha
  762. --Cancha: Player 3318 from team A got enemy cancha
  763. --Shoot: Player 3318 shoots!
  764. --Score: Player 3318 of team A scored. Current score = A : 5 B : 9
  765.  
  766. --Ball: Player 3317 got ball
  767. --Cancha: Try 1 of player 3317 to get cancha
  768. --Cancha: Player 3317 from team A COULDN'T get cancha
  769. --Ball: Ball release by 3317. Couldn't get cancha.
  770.  
  771. --Cancha: Try 2 of player 3317 to get cancha
  772. --Cancha: Player 3317 from team A COULDN'T get cancha
  773. --Ball: Ball release by 3317. Couldn't get cancha.
  774.  
  775. --Cancha: Try 3 of player 3317 to get cancha
  776. --Cancha: Player 3317 from team A got enemy cancha
  777. --Shoot: Player 3317 shoots!
  778. --Score: Player 3317 missed the shot
  779.  
  780. --Ball: Player 3323 got ball
  781. --Cancha: Try 1 of player 3323 to get cancha
  782. --Cancha: Player 3323 from team B COULDN'T get cancha
  783. --Ball: Ball release by 3323. Couldn't get cancha.
  784.  
  785. --Cancha: Try 2 of player 3323 to get cancha
  786. --Cancha: Player 3323 from team B COULDN'T get cancha
  787. --Ball: Ball release by 3323. Couldn't get cancha.
  788.  
  789. --Cancha: Try 3 of player 3323 to get cancha
  790. --Cancha: Player 3323 from team B COULDN'T get cancha
  791. --Ball: Ball release by 3323. Couldn't get cancha.
  792.  
  793. --Ball: Player 3322 got ball
  794. --Cancha: Try 1 of player 3322 to get cancha
  795. --Cancha: Player 3322 from team B COULDN'T get cancha
  796. --Ball: Ball release by 3322. Couldn't get cancha.
  797.  
  798. --Cancha: Try 2 of player 3322 to get cancha
  799. --Cancha: Player 3322 from team B COULDN'T get cancha
  800. --Ball: Ball release by 3322. Couldn't get cancha.
  801.  
  802. --Cancha: Try 3 of player 3322 to get cancha
  803. --Cancha: Player 3322 from team B COULDN'T get cancha
  804. --Ball: Ball release by 3322. Couldn't get cancha.
  805.  
  806. --Ball: Player 3321 got ball
  807. --Cancha: Try 1 of player 3321 to get cancha
  808. --Cancha: Player 3321 from team B COULDN'T get cancha
  809. --Ball: Ball release by 3321. Couldn't get cancha.
  810.  
  811. --Cancha: Try 2 of player 3321 to get cancha
  812. --Cancha: Player 3321 from team B got enemy cancha
  813. --Shoot: Player 3321 shoots!
  814. --Score: Player 3321 missed the shot
  815.  
  816. --Ball: Player 3325 got ball
  817. --Cancha: Try 1 of player 3325 to get cancha
  818. --Cancha: Player 3325 from team B COULDN'T get cancha
  819. --Ball: Ball release by 3325. Couldn't get cancha.
  820.  
  821. --Cancha: Try 2 of player 3325 to get cancha
  822. --Cancha: Player 3325 from team B COULDN'T get cancha
  823. --Ball: Ball release by 3325. Couldn't get cancha.
  824.  
  825. --Cancha: Try 3 of player 3325 to get cancha
  826. --Cancha: Player 3325 from team B got enemy cancha
  827. --Shoot: Player 3325 shoots!
  828. --Ball: Player 3319 got ball
  829. --Score: Player 3325 of team B scored. Current score = A : 6 B : 9
  830.  
  831. --Cancha: Try 1 of player 3319 to get cancha
  832. --Cancha: Player 3319 from team A COULDN'T get cancha
  833. --Ball: Ball release by 3319. Couldn't get cancha.
  834.  
  835. --Cancha: Try 2 of player 3319 to get cancha
  836. --Cancha: Player 3319 from team A COULDN'T get cancha
  837. --Ball: Ball release by 3319. Couldn't get cancha.
  838.  
  839. --Cancha: Try 3 of player 3319 to get cancha
  840. --Cancha: Player 3319 from team A COULDN'T get cancha
  841. --Ball: Ball release by 3319. Couldn't get cancha.
  842.  
  843. --Ball: Player 3322 got ball
  844. --Cancha: Try 1 of player 3322 to get cancha
  845. --Cancha: Player 3322 from team B COULDN'T get cancha
  846. --Ball: Ball release by 3322. Couldn't get cancha.
  847.  
  848. --Cancha: Try 2 of player 3322 to get cancha
  849. --Cancha: Player 3322 from team B COULDN'T get cancha
  850. --Ball: Ball release by 3322. Couldn't get cancha.
  851.  
  852. --Cancha: Try 3 of player 3322 to get cancha
  853. --Cancha: Player 3322 from team B COULDN'T get cancha
  854. --Ball: Ball release by 3322. Couldn't get cancha.
  855.  
  856. --Ball: Player 3323 got ball
  857. --Cancha: Try 1 of player 3323 to get cancha
  858. --Cancha: Player 3323 from team B COULDN'T get cancha
  859. --Ball: Ball release by 3323. Couldn't get cancha.
  860.  
  861. --Cancha: Try 2 of player 3323 to get cancha
  862. --Cancha: Player 3323 from team B COULDN'T get cancha
  863. --Ball: Ball release by 3323. Couldn't get cancha.
  864.  
  865. --Cancha: Try 3 of player 3323 to get cancha
  866. --Cancha: Player 3323 from team B COULDN'T get cancha
  867. --Ball: Ball release by 3323. Couldn't get cancha.
  868.  
  869. --Ball: Player 3324 got ball
  870. --Cancha: Try 1 of player 3324 to get cancha
  871. --Cancha: Player 3324 from team B COULDN'T get cancha
  872. --Ball: Ball release by 3324. Couldn't get cancha.
  873.  
  874. --Cancha: Try 2 of player 3324 to get cancha
  875. --Cancha: Player 3324 from team B COULDN'T get cancha
  876. --Ball: Ball release by 3324. Couldn't get cancha.
  877.  
  878. --Cancha: Try 3 of player 3324 to get cancha
  879. --Cancha: Player 3324 from team B got enemy cancha
  880. --Shoot: Player 3324 shoots!
  881. --Score: Player 3324 of team B scored. Current score = A : 7 B : 9
  882.  
  883. --Ball: Player 3316 got ball
  884. --Cancha: Try 1 of player 3316 to get cancha
  885. --Cancha: Player 3316 from team A COULDN'T get cancha
  886. --Ball: Ball release by 3316. Couldn't get cancha.
  887.  
  888. --Cancha: Try 2 of player 3316 to get cancha
  889. --Cancha: Player 3316 from team A COULDN'T get cancha
  890. --Ball: Ball release by 3316. Couldn't get cancha.
  891.  
  892. --Cancha: Try 3 of player 3316 to get cancha
  893. --Cancha: Player 3316 from team A got enemy cancha
  894. --Shoot: Player 3316 shoots!
  895. --Score: Player 3316 missed the shot
  896.  
  897. --Ball: Player 3317 got ball
  898. --Cancha: Try 1 of player 3317 to get cancha
  899. --Cancha: Player 3317 from team A COULDN'T get cancha
  900. --Ball: Ball release by 3317. Couldn't get cancha.
  901.  
  902. --Cancha: Try 2 of player 3317 to get cancha
  903. --Cancha: Player 3317 from team A COULDN'T get cancha
  904. --Ball: Ball release by 3317. Couldn't get cancha.
  905.  
  906. --Cancha: Try 3 of player 3317 to get cancha
  907. --Cancha: Player 3317 from team A got enemy cancha
  908. --Shoot: Player 3317 shoots!
  909. --Score: Player 3317 missed the shot
  910.  
  911. --Ball: Player 3322 got ball
  912. --Cancha: Try 1 of player 3322 to get cancha
  913. --Cancha: Player 3322 from team B COULDN'T get cancha
  914. --Ball: Ball release by 3322. Couldn't get cancha.
  915.  
  916. --Cancha: Try 2 of player 3322 to get cancha
  917. --Cancha: Player 3322 from team B COULDN'T get cancha
  918. --Ball: Ball release by 3322. Couldn't get cancha.
  919.  
  920. --Cancha: Try 3 of player 3322 to get cancha
  921. --Cancha: Player 3322 from team B COULDN'T get cancha
  922. --Ball: Ball release by 3322. Couldn't get cancha.
  923.  
  924. --Ball: Player 3323 got ball
  925. --Cancha: Try 1 of player 3323 to get cancha
  926. --Cancha: Player 3323 from team B COULDN'T get cancha
  927. --Ball: Ball release by 3323. Couldn't get cancha.
  928.  
  929. --Cancha: Try 2 of player 3323 to get cancha
  930. --Cancha: Player 3323 from team B COULDN'T get cancha
  931. --Ball: Ball release by 3323. Couldn't get cancha.
  932.  
  933. --Cancha: Try 3 of player 3323 to get cancha
  934. --Cancha: Player 3323 from team B COULDN'T get cancha
  935. --Ball: Ball release by 3323. Couldn't get cancha.
  936.  
  937. --Ball: Player 3319 got ball
  938. --Cancha: Try 1 of player 3319 to get cancha
  939. --Cancha: Player 3319 from team A COULDN'T get cancha
  940. --Ball: Ball release by 3319. Couldn't get cancha.
  941.  
  942. --Cancha: Try 2 of player 3319 to get cancha
  943. --Cancha: Player 3319 from team A COULDN'T get cancha
  944. --Ball: Ball release by 3319. Couldn't get cancha.
  945.  
  946. --Cancha: Try 3 of player 3319 to get cancha
  947. --Cancha: Player 3319 from team A COULDN'T get cancha
  948. --Ball: Ball release by 3319. Couldn't get cancha.
  949.  
  950. --Ball: Player 3320 got ball
  951. --Cancha: Try 1 of player 3320 to get cancha
  952. --Cancha: Player 3320 from team A COULDN'T get cancha
  953. --Ball: Ball release by 3320. Couldn't get cancha.
  954.  
  955. --Cancha: Try 2 of player 3320 to get cancha
  956. --Cancha: Player 3320 from team A COULDN'T get cancha
  957. --Ball: Ball release by 3320. Couldn't get cancha.
  958.  
  959. --Cancha: Try 3 of player 3320 to get cancha
  960. --Cancha: Player 3320 from team A got enemy cancha
  961. --Shoot: Player 3320 shoots!
  962. --Score: Player 3320 of team A scored. Current score = A : 7 B : 10
  963.  
  964. --Ball: Player 3321 got ball
  965. --Cancha: Try 1 of player 3321 to get cancha
  966. --Cancha: Player 3321 from team B COULDN'T get cancha
  967. --Ball: Ball release by 3321. Couldn't get cancha.
  968.  
  969. --Cancha: Try 2 of player 3321 to get cancha
  970. --Cancha: Player 3321 from team B got enemy cancha
  971. --Shoot: Player 3321 shoots!
  972. --Score: Player 3321 of team B scored. Current score = A : 8 B : 10
  973.  
  974. --Ball: Player 3322 got ball
  975. --Cancha: Try 1 of player 3322 to get cancha
  976. --Cancha: Player 3322 from team B COULDN'T get cancha
  977. --Ball: Ball release by 3322. Couldn't get cancha.
  978.  
  979. --Cancha: Try 2 of player 3322 to get cancha
  980. --Cancha: Player 3322 from team B COULDN'T get cancha
  981. --Ball: Ball release by 3322. Couldn't get cancha.
  982.  
  983. --Cancha: Try 3 of player 3322 to get cancha
  984. --Cancha: Player 3322 from team B COULDN'T get cancha
  985. --Ball: Ball release by 3322. Couldn't get cancha.
  986.  
  987. --Ball: Player 3323 got ball
  988. --Cancha: Try 1 of player 3323 to get cancha
  989. --Cancha: Player 3323 from team B COULDN'T get cancha
  990. --Ball: Ball release by 3323. Couldn't get cancha.
  991.  
  992. --Cancha: Try 2 of player 3323 to get cancha
  993. --Cancha: Player 3323 from team B COULDN'T get cancha
  994. --Ball: Ball release by 3323. Couldn't get cancha.
  995.  
  996. --Cancha: Try 3 of player 3323 to get cancha
  997. --Cancha: Player 3323 from team B COULDN'T get cancha
  998. --Ball: Ball release by 3323. Couldn't get cancha.
  999.  
  1000. --Ball: Player 3324 got ball
  1001. --Cancha: Try 1 of player 3324 to get cancha
  1002. --Cancha: Player 3324 from team B COULDN'T get cancha
  1003. --Ball: Ball release by 3324. Couldn't get cancha.
  1004.  
  1005. --Cancha: Try 2 of player 3324 to get cancha
  1006. --Cancha: Player 3324 from team B COULDN'T get cancha
  1007. --Ball: Ball release by 3324. Couldn't get cancha.
  1008.  
  1009. --Cancha: Try 3 of player 3324 to get cancha
  1010. --Cancha: Player 3324 from team B got enemy cancha
  1011. --Shoot: Player 3324 shoots!
  1012. --Score: Player 3324 of team B scored. Current score = A : 9 B : 10
  1013.  
  1014. --Ball: Player 3325 got ball
  1015. --Cancha: Try 1 of player 3325 to get cancha
  1016. --Cancha: Player 3325 from team B COULDN'T get cancha
  1017. --Ball: Ball release by 3325. Couldn't get cancha.
  1018.  
  1019. --Cancha: Try 2 of player 3325 to get cancha
  1020. --Cancha: Player 3325 from team B COULDN'T get cancha
  1021. --Ball: Ball release by 3325. Couldn't get cancha.
  1022.  
  1023. --Cancha: Try 3 of player 3325 to get cancha
  1024. --Cancha: Player 3325 from team B got enemy cancha
  1025. --Shoot: Player 3325 shoots!
  1026. --Score: Player 3325 of team B scored. Current score = A : 10 B : 10
  1027.  
  1028. --Ball: Player 3318 got ball
  1029. --Cancha: Try 1 of player 3318 to get cancha
  1030. --Cancha: Player 3318 from team A got enemy cancha
  1031. --Shoot: Player 3318 shoots!
  1032. --Score: Player 3318 of team A scored. Current score = A : 10 B : 11
  1033.  
  1034. --Ball: Player 3317 got ball
  1035. --Cancha: Try 1 of player 3317 to get cancha
  1036. --Cancha: Player 3317 from team A COULDN'T get cancha
  1037. --Ball: Ball release by 3317. Couldn't get cancha.
  1038.  
  1039. --Cancha: Try 2 of player 3317 to get cancha
  1040. --Cancha: Player 3317 from team A COULDN'T get cancha
  1041. --Ball: Ball release by 3317. Couldn't get cancha.
  1042.  
  1043. --Cancha: Try 3 of player 3317 to get cancha
  1044. --Cancha: Player 3317 from team A got enemy cancha
  1045. --Shoot: Player 3317 shoots!
  1046. --Score: Player 3317 of team A scored. Current score = A : 10 B : 12
  1047.  
  1048. --Ball: Player 3322 got ball
  1049. --Cancha: Try 1 of player 3322 to get cancha
  1050. --Cancha: Player 3322 from team B COULDN'T get cancha
  1051. --Ball: Ball release by 3322. Couldn't get cancha.
  1052.  
  1053. --Cancha: Try 2 of player 3322 to get cancha
  1054. --Cancha: Player 3322 from team B COULDN'T get cancha
  1055. --Ball: Ball release by 3322. Couldn't get cancha.
  1056.  
  1057. --Cancha: Try 3 of player 3322 to get cancha
  1058. --Cancha: Player 3322 from team B COULDN'T get cancha
  1059. --Ball: Ball release by 3322. Couldn't get cancha.
  1060.  
  1061. --Ball: Player 3323 got ball
  1062. --Cancha: Try 1 of player 3323 to get cancha
  1063. --Cancha: Player 3323 from team B COULDN'T get cancha
  1064. --Ball: Ball release by 3323. Couldn't get cancha.
  1065.  
  1066. --Cancha: Try 2 of player 3323 to get cancha
  1067. --Cancha: Player 3323 from team B COULDN'T get cancha
  1068. --Ball: Ball release by 3323. Couldn't get cancha.
  1069.  
  1070. --Cancha: Try 3 of player 3323 to get cancha
  1071. --Cancha: Player 3323 from team B COULDN'T get cancha
  1072. --Ball: Ball release by 3323. Couldn't get cancha.
  1073.  
  1074. --Ball: Player 3316 got ball
  1075. --Cancha: Try 1 of player 3316 to get cancha
  1076. --Cancha: Player 3316 from team A COULDN'T get cancha
  1077. --Ball: Ball release by 3316. Couldn't get cancha.
  1078.  
  1079. --Cancha: Try 2 of player 3316 to get cancha
  1080. --Cancha: Player 3316 from team A COULDN'T get cancha
  1081. --Ball: Ball release by 3316. Couldn't get cancha.
  1082.  
  1083. --Cancha: Try 3 of player 3316 to get cancha
  1084. --Cancha: Player 3316 from team A got enemy cancha
  1085. --Shoot: Player 3316 shoots!
  1086. --Score: Player 3316 missed the shot
  1087.  
  1088. --Ball: Player 3322 got ball
  1089. --Cancha: Try 1 of player 3322 to get cancha
  1090. --Cancha: Player 3322 from team B COULDN'T get cancha
  1091. --Ball: Ball release by 3322. Couldn't get cancha.
  1092.  
  1093. --Cancha: Try 2 of player 3322 to get cancha
  1094. --Cancha: Player 3322 from team B COULDN'T get cancha
  1095. --Ball: Ball release by 3322. Couldn't get cancha.
  1096.  
  1097. --Cancha: Try 3 of player 3322 to get cancha
  1098. --Cancha: Player 3322 from team B COULDN'T get cancha
  1099. --Ball: Ball release by 3322. Couldn't get cancha.
  1100.  
  1101. --Ball: Player 3318 got ball
  1102. --Cancha: Try 1 of player 3318 to get cancha
  1103. --Cancha: Player 3318 from team A got enemy cancha
  1104. --Shoot: Player 3318 shoots!
  1105. --Score: Player 3318 missed the shot
  1106.  
  1107. --Ball: Player 3319 got ball
  1108. --Cancha: Try 1 of player 3319 to get cancha
  1109. --Cancha: Player 3319 from team A COULDN'T get cancha
  1110. --Ball: Ball release by 3319. Couldn't get cancha.
  1111.  
  1112. --Cancha: Try 2 of player 3319 to get cancha
  1113. --Cancha: Player 3319 from team A COULDN'T get cancha
  1114. --Ball: Ball release by 3319. Couldn't get cancha.
  1115.  
  1116. --Cancha: Try 3 of player 3319 to get cancha
  1117. --Cancha: Player 3319 from team A COULDN'T get cancha
  1118. --Ball: Ball release by 3319. Couldn't get cancha.
  1119.  
  1120. --Ball: Player 3324 got ball
  1121. --Cancha: Try 1 of player 3324 to get cancha
  1122. --Cancha: Player 3324 from team B COULDN'T get cancha
  1123. --Ball: Ball release by 3324. Couldn't get cancha.
  1124.  
  1125. --Cancha: Try 2 of player 3324 to get cancha
  1126. --Cancha: Player 3324 from team B COULDN'T get cancha
  1127. --Ball: Ball release by 3324. Couldn't get cancha.
  1128.  
  1129. --Cancha: Try 3 of player 3324 to get cancha
  1130. --Cancha: Player 3324 from team B got enemy cancha
  1131. --Shoot: Player 3324 shoots!
  1132. --Score: Player 3324 missed the shot
  1133.  
  1134. --Ball: Player 3321 got ball
  1135. --Cancha: Try 1 of player 3321 to get cancha
  1136. --Cancha: Player 3321 from team B COULDN'T get cancha
  1137. --Ball: Ball release by 3321. Couldn't get cancha.
  1138.  
  1139. --Cancha: Try 2 of player 3321 to get cancha
  1140. --Cancha: Player 3321 from team B got enemy cancha
  1141. --Shoot: Player 3321 shoots!
  1142. --Score: Player 3321 missed the shot
  1143.  
  1144. --Ball: Player 3320 got ball
  1145. --Cancha: Try 1 of player 3320 to get cancha
  1146. --Cancha: Player 3320 from team A COULDN'T get cancha
  1147. --Ball: Ball release by 3320. Couldn't get cancha.
  1148.  
  1149. --Cancha: Try 2 of player 3320 to get cancha
  1150. --Cancha: Player 3320 from team A COULDN'T get cancha
  1151. --Ball: Ball release by 3320. Couldn't get cancha.
  1152.  
  1153. --Cancha: Try 3 of player 3320 to get cancha
  1154. --Cancha: Player 3320 from team A got enemy cancha
  1155. --Shoot: Player 3320 shoots!
  1156. --Score: Player 3320 missed the shot
  1157.  
  1158. --Ball: Player 3317 got ball
  1159. --Cancha: Try 1 of player 3317 to get cancha
  1160. --Cancha: Player 3317 from team A COULDN'T get cancha
  1161. --Ball: Ball release by 3317. Couldn't get cancha.
  1162.  
  1163. --Cancha: Try 2 of player 3317 to get cancha
  1164. --Cancha: Player 3317 from team A COULDN'T get cancha
  1165. --Ball: Ball release by 3317. Couldn't get cancha.
  1166.  
  1167. --Cancha: Try 3 of player 3317 to get cancha
  1168. --Cancha: Player 3317 from team A got enemy cancha
  1169. --Shoot: Player 3317 shoots!
  1170. --Score: Player 3317 missed the shot
  1171.  
  1172. --Ball: Player 3322 got ball
  1173. --Cancha: Try 1 of player 3322 to get cancha
  1174. --Cancha: Player 3322 from team B COULDN'T get cancha
  1175. --Ball: Ball release by 3322. Couldn't get cancha.
  1176.  
  1177. --Cancha: Try 2 of player 3322 to get cancha
  1178. --Cancha: Player 3322 from team B COULDN'T get cancha
  1179. --Ball: Ball release by 3322. Couldn't get cancha.
  1180.  
  1181. --Cancha: Try 3 of player 3322 to get cancha
  1182. --Cancha: Player 3322 from team B COULDN'T get cancha
  1183. --Ball: Ball release by 3322. Couldn't get cancha.
  1184.  
  1185. --Ball: Player 3325 got ball
  1186. --Cancha: Try 1 of player 3325 to get cancha
  1187. --Cancha: Player 3325 from team B COULDN'T get cancha
  1188. --Ball: Ball release by 3325. Couldn't get cancha.
  1189.  
  1190. --Cancha: Try 2 of player 3325 to get cancha
  1191. --Cancha: Player 3325 from team B COULDN'T get cancha
  1192. --Ball: Ball release by 3325. Couldn't get cancha.
  1193.  
  1194. --Cancha: Try 3 of player 3325 to get cancha
  1195. --Cancha: Player 3325 from team B got enemy cancha
  1196. --Shoot: Player 3325 shoots!
  1197. --Score: Player 3325 missed the shot
  1198.  
  1199. --Ball: Player 3318 got ball
  1200. --Cancha: Try 1 of player 3318 to get cancha
  1201. --Cancha: Player 3318 from team A got enemy cancha
  1202. --Shoot: Player 3318 shoots!
  1203. --Score: Player 3318 missed the shot
  1204.  
  1205. --Ball: Player 3319 got ball
  1206. --Cancha: Try 1 of player 3319 to get cancha
  1207. --Cancha: Player 3319 from team A COULDN'T get cancha
  1208. --Ball: Ball release by 3319. Couldn't get cancha.
  1209.  
  1210. --Cancha: Try 2 of player 3319 to get cancha
  1211. --Cancha: Player 3319 from team A COULDN'T get cancha
  1212. --Ball: Ball release by 3319. Couldn't get cancha.
  1213.  
  1214. --Cancha: Try 3 of player 3319 to get cancha
  1215. --Cancha: Player 3319 from team A COULDN'T get cancha
  1216. --Ball: Ball release by 3319. Couldn't get cancha.
  1217.  
  1218. --Ball: Player 3323 got ball
  1219. --Cancha: Try 1 of player 3323 to get cancha
  1220. --Cancha: Player 3323 from team B COULDN'T get cancha
  1221. --Ball: Ball release by 3323. Couldn't get cancha.
  1222.  
  1223. --Cancha: Try 2 of player 3323 to get cancha
  1224. --Cancha: Player 3323 from team B COULDN'T get cancha
  1225. --Ball: Ball release by 3323. Couldn't get cancha.
  1226.  
  1227. --Ball: Player 3322 got ball
  1228. --Cancha: Try 1 of player 3322 to get cancha
  1229. --Cancha: Player 3322 from team B COULDN'T get cancha
  1230. --Ball: Ball release by 3322. Couldn't get cancha.
  1231.  
  1232. --Cancha: Try 3 of player 3323 to get cancha
  1233. --Cancha: Try 2 of player 3322 to get cancha
  1234. --Cancha: Player 3323 from team B COULDN'T get cancha
  1235. --Ball: Ball release by 3323. Couldn't get cancha.
  1236.  
  1237. --Cancha: Player 3322 from team B COULDN'T get cancha
  1238. --Ball: Ball release by 3322. Couldn't get cancha.
  1239.  
  1240. --Cancha: Try 3 of player 3322 to get cancha
  1241. --Cancha: Player 3322 from team B COULDN'T get cancha
  1242. --Ball: Ball release by 3322. Couldn't get cancha.
  1243.  
  1244. --Ball: Player 3324 got ball
  1245. --Cancha: Try 1 of player 3324 to get cancha
  1246. --Cancha: Player 3324 from team B COULDN'T get cancha
  1247. --Ball: Ball release by 3324. Couldn't get cancha.
  1248.  
  1249. --Cancha: Try 2 of player 3324 to get cancha
  1250. --Cancha: Player 3324 from team B COULDN'T get cancha
  1251. --Ball: Ball release by 3324. Couldn't get cancha.
  1252.  
  1253. --Cancha: Try 3 of player 3324 to get cancha
  1254. --Cancha: Player 3324 from team B got enemy cancha
  1255. --Shoot: Player 3324 shoots!
  1256. --Score: Player 3324 missed the shot
  1257.  
  1258. --Ball: Player 3317 got ball
  1259. --Cancha: Try 1 of player 3317 to get cancha
  1260. --Cancha: Player 3317 from team A COULDN'T get cancha
  1261. --Ball: Ball release by 3317. Couldn't get cancha.
  1262.  
  1263. --Cancha: Try 2 of player 3317 to get cancha
  1264. --Cancha: Player 3317 from team A COULDN'T get cancha
  1265. --Ball: Ball release by 3317. Couldn't get cancha.
  1266.  
  1267. --Cancha: Try 3 of player 3317 to get cancha
  1268. --Cancha: Player 3317 from team A got enemy cancha
  1269. --Shoot: Player 3317 shoots!
  1270. --Score: Player 3317 of team A scored. Current score = A : 10 B : 13
  1271.  
  1272. --Ball: Player 3323 got ball
  1273. --Cancha: Try 1 of player 3323 to get cancha
  1274. --Cancha: Player 3323 from team B COULDN'T get cancha
  1275. --Ball: Ball release by 3323. Couldn't get cancha.
  1276.  
  1277. --Cancha: Try 2 of player 3323 to get cancha
  1278. --Cancha: Player 3323 from team B COULDN'T get cancha
  1279. --Ball: Ball release by 3323. Couldn't get cancha.
  1280.  
  1281. --Ball: Player 3322 got ball
  1282. --Cancha: Try 1 of player 3322 to get cancha
  1283. --Cancha: Try 3 of player 3323 to get cancha
  1284. --Cancha: Player 3322 from team B COULDN'T get cancha
  1285. --Ball: Ball release by 3322. Couldn't get cancha.
  1286.  
  1287. --Cancha: Try 2 of player 3322 to get cancha
  1288. --Cancha: Player 3323 from team B COULDN'T get cancha
  1289. --Ball: Ball release by 3323. Couldn't get cancha.
  1290.  
  1291. --Cancha: Player 3322 from team B COULDN'T get cancha
  1292. --Ball: Ball release by 3322. Couldn't get cancha.
  1293.  
  1294. --Cancha: Try 3 of player 3322 to get cancha
  1295. --Cancha: Player 3322 from team B COULDN'T get cancha
  1296. --Ball: Ball release by 3322. Couldn't get cancha.
  1297.  
  1298. --Ball: Player 3316 got ball
  1299. --Cancha: Try 1 of player 3316 to get cancha
  1300. --Cancha: Player 3316 from team A COULDN'T get cancha
  1301. --Ball: Ball release by 3316. Couldn't get cancha.
  1302.  
  1303. --Cancha: Try 2 of player 3316 to get cancha
  1304. --Cancha: Player 3316 from team A COULDN'T get cancha
  1305. --Ball: Ball release by 3316. Couldn't get cancha.
  1306.  
  1307. --Cancha: Try 3 of player 3316 to get cancha
  1308. --Cancha: Player 3316 from team A got enemy cancha
  1309. --Shoot: Player 3316 shoots!
  1310. --Score: Player 3316 of team A scored. Current score = A : 10 B : 14
  1311.  
  1312. --Ball: Player 3318 got ball
  1313. --Cancha: Try 1 of player 3318 to get cancha
  1314. --Cancha: Player 3318 from team A got enemy cancha
  1315. --Shoot: Player 3318 shoots!
  1316. --Score: Player 3318 missed the shot
  1317.  
  1318. --Ball: Player 3319 got ball
  1319. --Cancha: Try 1 of player 3319 to get cancha
  1320. --Cancha: Player 3319 from team A COULDN'T get cancha
  1321. --Ball: Ball release by 3319. Couldn't get cancha.
  1322.  
  1323. --Cancha: Try 2 of player 3319 to get cancha
  1324. --Cancha: Player 3319 from team A COULDN'T get cancha
  1325. --Ball: Ball release by 3319. Couldn't get cancha.
  1326.  
  1327. --Cancha: Try 3 of player 3319 to get cancha
  1328. --Cancha: Player 3319 from team A COULDN'T get cancha
  1329. --Ball: Ball release by 3319. Couldn't get cancha.
  1330.  
  1331. --Ball: Player 3321 got ball
  1332. --Cancha: Try 1 of player 3321 to get cancha
  1333. --Cancha: Player 3321 from team B COULDN'T get cancha
  1334. --Ball: Ball release by 3321. Couldn't get cancha.
  1335.  
  1336. --Cancha: Try 2 of player 3321 to get cancha
  1337. --Cancha: Player 3321 from team B got enemy cancha
  1338. --Shoot: Player 3321 shoots!
  1339. --Score: Player 3321 of team B scored. Current score = A : 11 B : 14
  1340.  
  1341. --Ball: Player 3322 got ball
  1342. --Cancha: Try 1 of player 3322 to get cancha
  1343. --Cancha: Player 3322 from team B COULDN'T get cancha
  1344. --Ball: Ball release by 3322. Couldn't get cancha.
  1345.  
  1346. --Cancha: Try 2 of player 3322 to get cancha
  1347. --Cancha: Player 3322 from team B COULDN'T get cancha
  1348. --Ball: Ball release by 3322. Couldn't get cancha.
  1349.  
  1350. --Cancha: Try 3 of player 3322 to get cancha
  1351. --Cancha: Player 3322 from team B COULDN'T get cancha
  1352. --Ball: Ball release by 3322. Couldn't get cancha.
  1353.  
  1354. --Ball: Player 3323 got ball
  1355. --Cancha: Try 1 of player 3323 to get cancha
  1356. --Cancha: Player 3323 from team B COULDN'T get cancha
  1357. --Ball: Ball release by 3323. Couldn't get cancha.
  1358.  
  1359. --Cancha: Try 2 of player 3323 to get cancha
  1360. --Cancha: Player 3323 from team B COULDN'T get cancha
  1361. --Ball: Ball release by 3323. Couldn't get cancha.
  1362.  
  1363. --Cancha: Try 3 of player 3323 to get cancha
  1364. --Cancha: Player 3323 from team B COULDN'T get cancha
  1365. --Ball: Ball release by 3323. Couldn't get cancha.
  1366.  
  1367. --Ball: Player 3320 got ball
  1368. --Cancha: Try 1 of player 3320 to get cancha
  1369. --Cancha: Player 3320 from team A COULDN'T get cancha
  1370. --Ball: Ball release by 3320. Couldn't get cancha.
  1371.  
  1372. --Cancha: Try 2 of player 3320 to get cancha
  1373. --Cancha: Player 3320 from team A COULDN'T get cancha
  1374. --Ball: Ball release by 3320. Couldn't get cancha.
  1375.  
  1376. --Cancha: Try 3 of player 3320 to get cancha
  1377. --Cancha: Player 3320 from team A got enemy cancha
  1378. --Shoot: Player 3320 shoots!
  1379. --Score: Player 3320 missed the shot
  1380.  
  1381. --Ball: Player 3324 got ball
  1382. --Cancha: Try 1 of player 3324 to get cancha
  1383. --Cancha: Player 3324 from team B COULDN'T get cancha
  1384. --Ball: Ball release by 3324. Couldn't get cancha.
  1385.  
  1386. --Cancha: Try 2 of player 3324 to get cancha
  1387. --Cancha: Player 3324 from team B COULDN'T get cancha
  1388. --Ball: Ball release by 3324. Couldn't get cancha.
  1389.  
  1390. --Cancha: Try 3 of player 3324 to get cancha
  1391. --Cancha: Player 3324 from team B got enemy cancha
  1392. --Shoot: Player 3324 shoots!
  1393. --Score: Player 3324 missed the shot
  1394.  
  1395. --Ball: Player 3325 got ball
  1396. --Cancha: Try 1 of player 3325 to get cancha
  1397. --Cancha: Player 3325 from team B COULDN'T get cancha
  1398. --Ball: Ball release by 3325. Couldn't get cancha.
  1399.  
  1400. --Cancha: Try 2 of player 3325 to get cancha
  1401. --Cancha: Player 3325 from team B COULDN'T get cancha
  1402. --Ball: Ball release by 3325. Couldn't get cancha.
  1403.  
  1404. --Cancha: Try 3 of player 3325 to get cancha
  1405. --Cancha: Player 3325 from team B got enemy cancha
  1406. --Shoot: Player 3325 shoots!
  1407. --Score: Player 3325 of team B scored. Current score = A : 12 B : 14
  1408.  
  1409. --Ball: Player 3318 got ball
  1410. --Cancha: Try 1 of player 3318 to get cancha
  1411. --Cancha: Player 3318 from team A got enemy cancha
  1412. --Shoot: Player 3318 shoots!
  1413. --Score: Player 3318 of team A scored. Current score = A : 12 B : 15
  1414.  
  1415. --Ball: Player 3317 got ball
  1416. --Cancha: Try 1 of player 3317 to get cancha
  1417. --Cancha: Player 3317 from team A COULDN'T get cancha
  1418. --Ball: Ball release by 3317. Couldn't get cancha.
  1419.  
  1420. --Cancha: Try 2 of player 3317 to get cancha
  1421. --Cancha: Player 3317 from team A COULDN'T get cancha
  1422. --Ball: Ball release by 3317. Couldn't get cancha.
  1423.  
  1424. --Cancha: Try 3 of player 3317 to get cancha
  1425. --Cancha: Player 3317 from team A got enemy cancha
  1426. --Shoot: Player 3317 shoots!
  1427. --Ball: Player 3319 got ball
  1428. --Score: Player 3317 of team A scored. Current score = A : 12 B : 16
  1429.  
  1430. --Cancha: Try 1 of player 3319 to get cancha
  1431. --Cancha: Player 3319 from team A COULDN'T get cancha
  1432. --Ball: Ball release by 3319. Couldn't get cancha.
  1433.  
  1434. --Cancha: Try 2 of player 3319 to get cancha
  1435. --Cancha: Player 3319 from team A COULDN'T get cancha
  1436. --Ball: Ball release by 3319. Couldn't get cancha.
  1437.  
  1438. --Cancha: Try 3 of player 3319 to get cancha
  1439. --Cancha: Player 3319 from team A COULDN'T get cancha
  1440. --Ball: Ball release by 3319. Couldn't get cancha.
  1441.  
  1442. --Ball: Player 3322 got ball
  1443. --Cancha: Try 1 of player 3322 to get cancha
  1444. --Cancha: Player 3322 from team B COULDN'T get cancha
  1445. --Ball: Ball release by 3322. Couldn't get cancha.
  1446.  
  1447. --Cancha: Try 2 of player 3322 to get cancha
  1448. --Cancha: Player 3322 from team B COULDN'T get cancha
  1449. --Ball: Ball release by 3322. Couldn't get cancha.
  1450.  
  1451. --Cancha: Try 3 of player 3322 to get cancha
  1452. --Cancha: Player 3322 from team B COULDN'T get cancha
  1453. --Ball: Ball release by 3322. Couldn't get cancha.
  1454.  
  1455. --Ball: Player 3323 got ball
  1456. --Cancha: Try 1 of player 3323 to get cancha
  1457. --Cancha: Player 3323 from team B COULDN'T get cancha
  1458. --Ball: Ball release by 3323. Couldn't get cancha.
  1459.  
  1460. --Cancha: Try 2 of player 3323 to get cancha
  1461. --Cancha: Player 3323 from team B COULDN'T get cancha
  1462. --Ball: Ball release by 3323. Couldn't get cancha.
  1463.  
  1464. --Cancha: Try 3 of player 3323 to get cancha
  1465. --Cancha: Player 3323 from team B COULDN'T get cancha
  1466. --Ball: Ball release by 3323. Couldn't get cancha.
  1467.  
  1468. --Ball: Player 3322 got ball
  1469. --Cancha: Try 1 of player 3322 to get cancha
  1470. --Cancha: Player 3322 from team B COULDN'T get cancha
  1471. --Ball: Ball release by 3322. Couldn't get cancha.
  1472.  
  1473. --Cancha: Try 2 of player 3322 to get cancha
  1474. --Cancha: Player 3322 from team B COULDN'T get cancha
  1475. --Ball: Ball release by 3322. Couldn't get cancha.
  1476.  
  1477. --Cancha: Try 3 of player 3322 to get cancha
  1478. --Cancha: Player 3322 from team B COULDN'T get cancha
  1479. --Ball: Ball release by 3322. Couldn't get cancha.
  1480.  
  1481. --Ball: Player 3316 got ball
  1482. --Cancha: Try 1 of player 3316 to get cancha
  1483. --Cancha: Player 3316 from team A COULDN'T get cancha
  1484. --Ball: Ball release by 3316. Couldn't get cancha.
  1485.  
  1486. --Cancha: Try 2 of player 3316 to get cancha
  1487. --Cancha: Player 3316 from team A COULDN'T get cancha
  1488. --Ball: Ball release by 3316. Couldn't get cancha.
  1489.  
  1490. --Cancha: Try 3 of player 3316 to get cancha
  1491. --Cancha: Player 3316 from team A got enemy cancha
  1492. --Shoot: Player 3316 shoots!
  1493. --Score: Player 3316 of team A scored. Current score = A : 12 B : 17
  1494.  
  1495. --Ball: Player 3321 got ball
  1496. --Cancha: Try 1 of player 3321 to get cancha
  1497. --Cancha: Player 3321 from team B COULDN'T get cancha
  1498. --Ball: Ball release by 3321. Couldn't get cancha.
  1499.  
  1500. --Cancha: Try 2 of player 3321 to get cancha
  1501. --Cancha: Player 3321 from team B got enemy cancha
  1502. --Shoot: Player 3321 shoots!
  1503. --Score: Player 3321 missed the shot
  1504.  
  1505. --Ball: Player 3318 got ball
  1506. --Cancha: Try 1 of player 3318 to get cancha
  1507. --Cancha: Player 3318 from team A got enemy cancha
  1508. --Shoot: Player 3318 shoots!
  1509. --Score: Player 3318 missed the shot
  1510.  
  1511. --Ball: Player 3319 got ball
  1512. --Cancha: Try 1 of player 3319 to get cancha
  1513. --Cancha: Player 3319 from team A COULDN'T get cancha
  1514. --Ball: Ball release by 3319. Couldn't get cancha.
  1515.  
  1516. --Cancha: Try 2 of player 3319 to get cancha
  1517. --Cancha: Player 3319 from team A COULDN'T get cancha
  1518. --Ball: Ball release by 3319. Couldn't get cancha.
  1519.  
  1520. --Cancha: Try 3 of player 3319 to get cancha
  1521. --Cancha: Player 3319 from team A COULDN'T get cancha
  1522. --Ball: Ball release by 3319. Couldn't get cancha.
  1523.  
  1524. --Ball: Player 3317 got ball
  1525. --Cancha: Try 1 of player 3317 to get cancha
  1526. --Cancha: Player 3317 from team A COULDN'T get cancha
  1527. --Ball: Ball release by 3317. Couldn't get cancha.
  1528.  
  1529. --Cancha: Try 2 of player 3317 to get cancha
  1530. --Cancha: Player 3317 from team A COULDN'T get cancha
  1531. --Ball: Ball release by 3317. Couldn't get cancha.
  1532.  
  1533. --Cancha: Try 3 of player 3317 to get cancha
  1534. --Cancha: Player 3317 from team A got enemy cancha
  1535. --Shoot: Player 3317 shoots!
  1536. --Score: Player 3317 missed the shot
  1537.  
  1538. --Ball: Player 3324 got ball
  1539. --Cancha: Try 1 of player 3324 to get cancha
  1540. --Cancha: Player 3324 from team B COULDN'T get cancha
  1541. --Ball: Ball release by 3324. Couldn't get cancha.
  1542.  
  1543. --Cancha: Try 2 of player 3324 to get cancha
  1544. --Cancha: Player 3324 from team B COULDN'T get cancha
  1545. --Ball: Ball release by 3324. Couldn't get cancha.
  1546.  
  1547. --Cancha: Try 3 of player 3324 to get cancha
  1548. --Cancha: Player 3324 from team B got enemy cancha
  1549. --Shoot: Player 3324 shoots!
  1550. --Score: Player 3324 missed the shot
  1551.  
  1552. --Ball: Player 3322 got ball
  1553. --Cancha: Try 1 of player 3322 to get cancha
  1554. --Cancha: Player 3322 from team B COULDN'T get cancha
  1555. --Ball: Ball release by 3322. Couldn't get cancha.
  1556.  
  1557. --Cancha: Try 2 of player 3322 to get cancha
  1558. --Cancha: Player 3322 from team B COULDN'T get cancha
  1559. --Ball: Ball release by 3322. Couldn't get cancha.
  1560.  
  1561. --Cancha: Try 3 of player 3322 to get cancha
  1562. --Cancha: Player 3322 from team B COULDN'T get cancha
  1563. --Ball: Player 3323 got ball
  1564. --Ball: Ball release by 3322. Couldn't get cancha.
  1565.  
  1566. --Cancha: Try 1 of player 3323 to get cancha
  1567. --Cancha: Player 3323 from team B COULDN'T get cancha
  1568. --Ball: Ball release by 3323. Couldn't get cancha.
  1569.  
  1570. --Cancha: Try 2 of player 3323 to get cancha
  1571. --Cancha: Player 3323 from team B COULDN'T get cancha
  1572. --Ball: Ball release by 3323. Couldn't get cancha.
  1573.  
  1574. --Cancha: Try 3 of player 3323 to get cancha
  1575. --Cancha: Player 3323 from team B COULDN'T get cancha
  1576. --Ball: Ball release by 3323. Couldn't get cancha.
  1577.  
  1578. --Ball: Player 3320 got ball
  1579. --Cancha: Try 1 of player 3320 to get cancha
  1580. --Cancha: Player 3320 from team A COULDN'T get cancha
  1581. --Ball: Ball release by 3320. Couldn't get cancha.
  1582.  
  1583. --Cancha: Try 2 of player 3320 to get cancha
  1584. --Cancha: Player 3320 from team A COULDN'T get cancha
  1585. --Ball: Ball release by 3320. Couldn't get cancha.
  1586.  
  1587. --Cancha: Try 3 of player 3320 to get cancha
  1588. --Cancha: Player 3320 from team A got enemy cancha
  1589. --Shoot: Player 3320 shoots!
  1590. --Score: Player 3320 missed the shot
  1591.  
  1592. --Ball: Player 3325 got ball
  1593. --Cancha: Try 1 of player 3325 to get cancha
  1594. --Cancha: Player 3325 from team B COULDN'T get cancha
  1595. --Ball: Ball release by 3325. Couldn't get cancha.
  1596.  
  1597. --Cancha: Try 2 of player 3325 to get cancha
  1598. --Cancha: Player 3325 from team B COULDN'T get cancha
  1599. --Ball: Ball release by 3325. Couldn't get cancha.
  1600.  
  1601. --Cancha: Try 3 of player 3325 to get cancha
  1602. --Cancha: Player 3325 from team B got enemy cancha
  1603. --Shoot: Player 3325 shoots!
  1604. --Score: Player 3325 missed the shot
  1605.  
  1606. --Ball: Player 3318 got ball
  1607. --Cancha: Try 1 of player 3318 to get cancha
  1608. --Cancha: Player 3318 from team A got enemy cancha
  1609. --Shoot: Player 3318 shoots!
  1610. --Score: Player 3318 missed the shot
  1611.  
  1612. --Ball: Player 3319 got ball
  1613. --Cancha: Try 1 of player 3319 to get cancha
  1614. --Cancha: Player 3319 from team A COULDN'T get cancha
  1615. --Ball: Ball release by 3319. Couldn't get cancha.
  1616.  
  1617. --Cancha: Try 2 of player 3319 to get cancha
  1618. --Cancha: Player 3319 from team A COULDN'T get cancha
  1619. --Ball: Ball release by 3319. Couldn't get cancha.
  1620.  
  1621. --Cancha: Try 3 of player 3319 to get cancha
  1622. --Cancha: Player 3319 from team A COULDN'T get cancha
  1623. --Ball: Ball release by 3319. Couldn't get cancha.
  1624.  
  1625. --Ball: Player 3322 got ball
  1626. --Cancha: Try 1 of player 3322 to get cancha
  1627. --Cancha: Player 3322 from team B COULDN'T get cancha
  1628. --Ball: Ball release by 3322. Couldn't get cancha.
  1629.  
  1630. --Cancha: Try 2 of player 3322 to get cancha
  1631. --Cancha: Player 3322 from team B COULDN'T get cancha
  1632. --Ball: Ball release by 3322. Couldn't get cancha.
  1633.  
  1634. --Cancha: Try 3 of player 3322 to get cancha
  1635. --Cancha: Player 3322 from team B COULDN'T get cancha
  1636. --Ball: Ball release by 3322. Couldn't get cancha.
  1637.  
  1638. --Ball: Player 3317 got ball
  1639. --Cancha: Try 1 of player 3317 to get cancha
  1640. --Cancha: Player 3317 from team A COULDN'T get cancha
  1641. --Ball: Ball release by 3317. Couldn't get cancha.
  1642.  
  1643. --Cancha: Try 2 of player 3317 to get cancha
  1644. --Cancha: Player 3317 from team A COULDN'T get cancha
  1645. --Ball: Ball release by 3317. Couldn't get cancha.
  1646.  
  1647. --Cancha: Try 3 of player 3317 to get cancha
  1648. --Cancha: Player 3317 from team A got enemy cancha
  1649. --Shoot: Player 3317 shoots!
  1650. --Score: Player 3317 of team A scored. Current score = A : 12 B : 18
  1651.  
  1652. --Ball: Player 3322 got ball
  1653. --Cancha: Try 1 of player 3322 to get cancha
  1654. --Cancha: Player 3322 from team B COULDN'T get cancha
  1655. --Ball: Ball release by 3322. Couldn't get cancha.
  1656.  
  1657. --Cancha: Try 2 of player 3322 to get cancha
  1658. --Cancha: Player 3322 from team B COULDN'T get cancha
  1659. --Ball: Ball release by 3322. Couldn't get cancha.
  1660.  
  1661. --Cancha: Try 3 of player 3322 to get cancha
  1662. --Cancha: Player 3322 from team B COULDN'T get cancha
  1663. --Ball: Ball release by 3322. Couldn't get cancha.
  1664.  
  1665. --Ball: Player 3323 got ball
  1666. --Cancha: Try 1 of player 3323 to get cancha
  1667. --Cancha: Player 3323 from team B COULDN'T get cancha
  1668. --Ball: Ball release by 3323. Couldn't get cancha.
  1669.  
  1670. --Cancha: Try 2 of player 3323 to get cancha
  1671. --Cancha: Player 3323 from team B COULDN'T get cancha
  1672. --Ball: Ball release by 3323. Couldn't get cancha.
  1673.  
  1674. --Cancha: Try 3 of player 3323 to get cancha
  1675. --Cancha: Player 3323 from team B COULDN'T get cancha
  1676. --Ball: Ball release by 3323. Couldn't get cancha.
  1677.  
  1678. --Ball: Player 3324 got ball
  1679. --Cancha: Try 1 of player 3324 to get cancha
  1680. --Cancha: Player 3324 from team B COULDN'T get cancha
  1681. --Ball: Ball release by 3324. Couldn't get cancha.
  1682.  
  1683. --Cancha: Try 2 of player 3324 to get cancha
  1684. --Cancha: Player 3324 from team B COULDN'T get cancha
  1685. --Ball: Ball release by 3324. Couldn't get cancha.
  1686.  
  1687. --Cancha: Try 3 of player 3324 to get cancha
  1688. --Cancha: Player 3324 from team B got enemy cancha
  1689. --Shoot: Player 3324 shoots!
  1690. --Score: Player 3324 of team B scored. Current score = A : 13 B : 18
  1691.  
  1692. --Ball: Player 3321 got ball
  1693. --Cancha: Try 1 of player 3321 to get cancha
  1694. --Cancha: Player 3321 from team B COULDN'T get cancha
  1695. --Ball: Ball release by 3321. Couldn't get cancha.
  1696.  
  1697. --Cancha: Try 2 of player 3321 to get cancha
  1698. --Cancha: Player 3321 from team B got enemy cancha
  1699. --Shoot: Player 3321 shoots!
  1700. --Score: Player 3321 missed the shot
  1701.  
  1702. --Ball: Player 3316 got ball
  1703. --Cancha: Try 1 of player 3316 to get cancha
  1704. --Cancha: Player 3316 from team A COULDN'T get cancha
  1705. --Ball: Ball release by 3316. Couldn't get cancha.
  1706.  
  1707. --Cancha: Try 2 of player 3316 to get cancha
  1708. --Cancha: Player 3316 from team A COULDN'T get cancha
  1709. --Ball: Ball release by 3316. Couldn't get cancha.
  1710.  
  1711. --Cancha: Try 3 of player 3316 to get cancha
  1712. --Cancha: Player 3316 from team A got enemy cancha
  1713. --Shoot: Player 3316 shoots!
  1714. --Score: Player 3316 of team A scored. Current score = A : 13 B : 19
  1715.  
  1716. --Ball: Player 3318 got ball
  1717. --Cancha: Try 1 of player 3318 to get cancha
  1718. --Cancha: Player 3318 from team A got enemy cancha
  1719. --Shoot: Player 3318 shoots!
  1720. --Score: Player 3318 of team A scored. Current score = A : 13 B : 20
  1721.  
  1722. --Ball: Player 3319 got ball
  1723. --Cancha: Try 1 of player 3319 to get cancha
  1724. --Cancha: Player 3319 from team A COULDN'T get cancha
  1725. --Ball: Ball release by 3319. Couldn't get cancha.
  1726.  
  1727. --Cancha: Try 2 of player 3319 to get cancha
  1728. --Cancha: Player 3319 from team A COULDN'T get cancha
  1729. --Ball: Ball release by 3319. Couldn't get cancha.
  1730.  
  1731. --Cancha: Try 3 of player 3319 to get cancha
  1732. --Cancha: Player 3319 from team A COULDN'T get cancha
  1733. --Ball: Ball release by 3319. Couldn't get cancha.
  1734.  
  1735. --Ball: Player 3322 got ball
  1736. --Cancha: Try 1 of player 3322 to get cancha
  1737. --Cancha: Player 3322 from team B COULDN'T get cancha
  1738. --Ball: Ball release by 3322. Couldn't get cancha.
  1739.  
  1740. --Cancha: Try 2 of player 3322 to get cancha
  1741. --Cancha: Player 3322 from team B COULDN'T get cancha
  1742. --Ball: Ball release by 3322. Couldn't get cancha.
  1743.  
  1744. --Ball: Player 3323 got ball
  1745. --Cancha: Try 1 of player 3323 to get cancha
  1746. --Cancha: Player 3323 from team B COULDN'T get cancha
  1747. --Cancha: Try 3 of player 3322 to get cancha
  1748. --Ball: Ball release by 3323. Couldn't get cancha.
  1749.  
  1750. --Cancha: Player 3322 from team B COULDN'T get cancha
  1751. --Cancha: Try 2 of player 3323 to get cancha
  1752. --Ball: Ball release by 3322. Couldn't get cancha.
  1753.  
  1754. --Cancha: Player 3323 from team B COULDN'T get cancha
  1755. --Ball: Ball release by 3323. Couldn't get cancha.
  1756.  
  1757. --Cancha: Try 3 of player 3323 to get cancha
  1758. --Cancha: Player 3323 from team B COULDN'T get cancha
  1759. --Ball: Ball release by 3323. Couldn't get cancha.
  1760.  
  1761. --Ball: Player 3320 got ball
  1762. --Cancha: Try 1 of player 3320 to get cancha
  1763. --Cancha: Player 3320 from team A COULDN'T get cancha
  1764. --Ball: Ball release by 3320. Couldn't get cancha.
  1765.  
  1766. --Cancha: Try 2 of player 3320 to get cancha
  1767. --Cancha: Player 3320 from team A COULDN'T get cancha
  1768. --Ball: Ball release by 3320. Couldn't get cancha.
  1769.  
  1770. --Cancha: Try 3 of player 3320 to get cancha
  1771. --Cancha: Player 3320 from team A got enemy cancha
  1772. --Shoot: Player 3320 shoots!
  1773. --Score: Player 3320 of team A scored. Current score = A : 13 B : 21
  1774.  
  1775. --Ball: Player 3325 got ball
  1776. --Cancha: Try 1 of player 3325 to get cancha
  1777. --Cancha: Player 3325 from team B COULDN'T get cancha
  1778. --Ball: Ball release by 3325. Couldn't get cancha.
  1779.  
  1780. --Cancha: Try 2 of player 3325 to get cancha
  1781. --Cancha: Player 3325 from team B COULDN'T get cancha
  1782. --Ball: Ball release by 3325. Couldn't get cancha.
  1783.  
  1784. --Cancha: Try 3 of player 3325 to get cancha
  1785. --Cancha: Player 3325 from team B got enemy cancha
  1786. --Shoot: Player 3325 shoots!
  1787. --Score: Player 3325 of team B scored. Current score = A : 14 B : 21
  1788.  
  1789. --Ball: Player 3318 got ball
  1790. --Cancha: Try 1 of player 3318 to get cancha
  1791. --Cancha: Player 3318 from team A got enemy cancha
  1792. --Shoot: Player 3318 shoots!
  1793. --Score: Player 3318 of team A scored. Current score = A : 14 B : 22
  1794.  
  1795. --Ball: Player 3319 got ball
  1796. --Cancha: Try 1 of player 3319 to get cancha
  1797. --Cancha: Player 3319 from team A COULDN'T get cancha
  1798. --Ball: Ball release by 3319. Couldn't get cancha.
  1799.  
  1800. --Cancha: Try 2 of player 3319 to get cancha
  1801. --Cancha: Player 3319 from team A COULDN'T get cancha
  1802. --Ball: Ball release by 3319. Couldn't get cancha.
  1803.  
  1804. --Cancha: Try 3 of player 3319 to get cancha
  1805. --Cancha: Player 3319 from team A COULDN'T get cancha
  1806. --Ball: Ball release by 3319. Couldn't get cancha.
  1807.  
  1808. --Ball: Player 3322 got ball
  1809. --Cancha: Try 1 of player 3322 to get cancha
  1810. --Cancha: Player 3322 from team B COULDN'T get cancha
  1811. --Ball: Ball release by 3322. Couldn't get cancha.
  1812.  
  1813. --Cancha: Try 2 of player 3322 to get cancha
  1814. --Cancha: Player 3322 from team B COULDN'T get cancha
  1815. --Ball: Ball release by 3322. Couldn't get cancha.
  1816.  
  1817. --Cancha: Try 3 of player 3322 to get cancha
  1818. --Cancha: Player 3322 from team B COULDN'T get cancha
  1819. --Ball: Ball release by 3322. Couldn't get cancha.
  1820.  
  1821. --Ball: Player 3324 got ball
  1822. --Cancha: Try 1 of player 3324 to get cancha
  1823. --Cancha: Player 3324 from team B COULDN'T get cancha
  1824. --Ball: Ball release by 3324. Couldn't get cancha.
  1825.  
  1826. --Cancha: Try 2 of player 3324 to get cancha
  1827. --Cancha: Player 3324 from team B COULDN'T get cancha
  1828. --Ball: Ball release by 3324. Couldn't get cancha.
  1829.  
  1830. --Cancha: Try 3 of player 3324 to get cancha
  1831. --Cancha: Player 3324 from team B got enemy cancha
  1832. --Shoot: Player 3324 shoots!
  1833. --Score: Player 3324 of team B scored. Current score = A : 15 B : 22
  1834.  
  1835. --Ball: Player 3322 got ball
  1836. --Cancha: Try 1 of player 3322 to get cancha
  1837. --Cancha: Player 3322 from team B COULDN'T get cancha
  1838. --Ball: Ball release by 3322. Couldn't get cancha.
  1839.  
  1840. --Cancha: Try 2 of player 3322 to get cancha
  1841. --Cancha: Player 3322 from team B COULDN'T get cancha
  1842. --Ball: Ball release by 3322. Couldn't get cancha.
  1843.  
  1844. --Ball: Player 3323 got ball
  1845. --Cancha: Try 1 of player 3323 to get cancha
  1846. --Cancha: Player 3323 from team B COULDN'T get cancha
  1847. --Ball: Ball release by 3323. Couldn't get cancha.
  1848.  
  1849. --Cancha: Try 2 of player 3323 to get cancha
  1850. --Cancha: Player 3323 from team B COULDN'T get cancha
  1851. --Ball: Ball release by 3323. Couldn't get cancha.
  1852.  
  1853. --Cancha: Try 3 of player 3323 to get cancha
  1854. --Cancha: Try 3 of player 3322 to get cancha
  1855. --Cancha: Player 3323 from team B COULDN'T get cancha
  1856. --Ball: Ball release by 3323. Couldn't get cancha.
  1857.  
  1858. --Cancha: Player 3322 from team B COULDN'T get cancha
  1859. --Ball: Ball release by 3322. Couldn't get cancha.
  1860.  
  1861. --Ball: Player 3321 got ball
  1862. --Cancha: Try 1 of player 3321 to get cancha
  1863. --Cancha: Player 3321 from team B COULDN'T get cancha
  1864. --Ball: Ball release by 3321. Couldn't get cancha.
  1865.  
  1866. --Cancha: Try 2 of player 3321 to get cancha
  1867. --Cancha: Player 3321 from team B got enemy cancha
  1868. --Shoot: Player 3321 shoots!
  1869. --Score: Player 3321 of team B scored. Current score = A : 16 B : 22
  1870.  
  1871. --Ball: Player 3318 got ball
  1872. --Cancha: Try 1 of player 3318 to get cancha
  1873. --Cancha: Player 3318 from team A got enemy cancha
  1874. --Shoot: Player 3318 shoots!
  1875. --Score: Player 3318 of team A scored. Current score = A : 16 B : 23
  1876.  
  1877. --Ball: Player 3319 got ball
  1878. --Cancha: Try 1 of player 3319 to get cancha
  1879. --Cancha: Player 3319 from team A COULDN'T get cancha
  1880. --Ball: Ball release by 3319. Couldn't get cancha.
  1881.  
  1882. --Cancha: Try 2 of player 3319 to get cancha
  1883. --Cancha: Player 3319 from team A COULDN'T get cancha
  1884. --Ball: Ball release by 3319. Couldn't get cancha.
  1885.  
  1886. --Cancha: Try 3 of player 3319 to get cancha
  1887. --Cancha: Player 3319 from team A COULDN'T get cancha
  1888. --Ball: Ball release by 3319. Couldn't get cancha.
  1889.  
  1890. --Ball: Player 3316 got ball
  1891. --Cancha: Try 1 of player 3316 to get cancha
  1892. --Cancha: Player 3316 from team A COULDN'T get cancha
  1893. --Ball: Ball release by 3316. Couldn't get cancha.
  1894.  
  1895. --Cancha: Try 2 of player 3316 to get cancha
  1896. --Cancha: Player 3316 from team A COULDN'T get cancha
  1897. --Ball: Ball release by 3316. Couldn't get cancha.
  1898.  
  1899. --Cancha: Try 3 of player 3316 to get cancha
  1900. --Cancha: Player 3316 from team A got enemy cancha
  1901. --Shoot: Player 3316 shoots!
  1902. --Score: Player 3316 of team A scored. Current score = A : 16 B : 24
  1903.  
  1904. --Ball: Player 3317 got ball
  1905. --Cancha: Try 1 of player 3317 to get cancha
  1906. --Cancha: Player 3317 from team A COULDN'T get cancha
  1907. --Ball: Ball release by 3317. Couldn't get cancha.
  1908.  
  1909. --Cancha: Try 2 of player 3317 to get cancha
  1910. --Cancha: Player 3317 from team A COULDN'T get cancha
  1911. --Ball: Ball release by 3317. Couldn't get cancha.
  1912.  
  1913. --Cancha: Try 3 of player 3317 to get cancha
  1914. --Cancha: Player 3317 from team A got enemy cancha
  1915. --Shoot: Player 3317 shoots!
  1916. --Score: Player 3317 missed the shot
  1917.  
  1918. --Ball: Player 3323 got ball
  1919. --Cancha: Try 1 of player 3323 to get cancha
  1920. --Cancha: Player 3323 from team B COULDN'T get cancha
  1921. --Ball: Ball release by 3323. Couldn't get cancha.
  1922.  
  1923. --Cancha: Try 2 of player 3323 to get cancha
  1924. --Cancha: Player 3323 from team B COULDN'T get cancha
  1925. --Ball: Ball release by 3323. Couldn't get cancha.
  1926.  
  1927. --Cancha: Try 3 of player 3323 to get cancha
  1928. --Cancha: Player 3323 from team B COULDN'T get cancha
  1929. --Ball: Ball release by 3323. Couldn't get cancha.
  1930.  
  1931. --Ball: Player 3324 got ball
  1932. --Cancha: Try 1 of player 3324 to get cancha
  1933. --Cancha: Player 3324 from team B COULDN'T get cancha
  1934. --Ball: Ball release by 3324. Couldn't get cancha.
  1935.  
  1936. --Cancha: Try 2 of player 3324 to get cancha
  1937. --Cancha: Player 3324 from team B COULDN'T get cancha
  1938. --Ball: Ball release by 3324. Couldn't get cancha.
  1939.  
  1940. --Cancha: Try 3 of player 3324 to get cancha
  1941. --Cancha: Player 3324 from team B got enemy cancha
  1942. --Shoot: Player 3324 shoots!
  1943. --Score: Player 3324 missed the shot
  1944.  
  1945. --Ball: Player 3325 got ball
  1946. --Cancha: Try 1 of player 3325 to get cancha
  1947. --Cancha: Player 3325 from team B COULDN'T get cancha
  1948. --Ball: Ball release by 3325. Couldn't get cancha.
  1949.  
  1950. --Cancha: Try 2 of player 3325 to get cancha
  1951. --Cancha: Player 3325 from team B COULDN'T get cancha
  1952. --Ball: Ball release by 3325. Couldn't get cancha.
  1953.  
  1954. --Cancha: Try 3 of player 3325 to get cancha
  1955. --Cancha: Player 3325 from team B got enemy cancha
  1956. --Shoot: Player 3325 shoots!
  1957. --Score: Player 3325 missed the shot
  1958.  
  1959. --Ball: Player 3318 got ball
  1960. --Cancha: Try 1 of player 3318 to get cancha
  1961. --Cancha: Player 3318 from team A got enemy cancha
  1962. --Shoot: Player 3318 shoots!
  1963. --Score: Player 3318 missed the shot
  1964.  
  1965. --Ball: Player 3319 got ball
  1966. --Cancha: Try 1 of player 3319 to get cancha
  1967. --Cancha: Player 3319 from team A COULDN'T get cancha
  1968. --Ball: Ball release by 3319. Couldn't get cancha.
  1969.  
  1970. --Cancha: Try 2 of player 3319 to get cancha
  1971. --Cancha: Player 3319 from team A COULDN'T get cancha
  1972. --Ball: Ball release by 3319. Couldn't get cancha.
  1973.  
  1974. --Cancha: Try 3 of player 3319 to get cancha
  1975. --Cancha: Player 3319 from team A COULDN'T get cancha
  1976. --Ball: Ball release by 3319. Couldn't get cancha.
  1977.  
  1978. --Ball: Player 3322 got ball
  1979. --Cancha: Try 1 of player 3322 to get cancha
  1980. --Cancha: Player 3322 from team B COULDN'T get cancha
  1981. --Ball: Ball release by 3322. Couldn't get cancha.
  1982.  
  1983. --Cancha: Try 2 of player 3322 to get cancha
  1984. --Cancha: Player 3322 from team B COULDN'T get cancha
  1985. --Ball: Ball release by 3322. Couldn't get cancha.
  1986.  
  1987. --Cancha: Try 3 of player 3322 to get cancha
  1988. --Cancha: Player 3322 from team B COULDN'T get cancha
  1989. --Ball: Ball release by 3322. Couldn't get cancha.
  1990.  
  1991. --Ball: Player 3323 got ball
  1992. --Cancha: Try 1 of player 3323 to get cancha
  1993. --Cancha: Player 3323 from team B COULDN'T get cancha
  1994. --Ball: Ball release by 3323. Couldn't get cancha.
  1995.  
  1996. --Cancha: Try 2 of player 3323 to get cancha
  1997. --Cancha: Player 3323 from team B COULDN'T get cancha
  1998. --Ball: Ball release by 3323. Couldn't get cancha.
  1999.  
  2000. --Cancha: Try 3 of player 3323 to get cancha
  2001. --Cancha: Player 3323 from team B COULDN'T get cancha
  2002. --Ball: Ball release by 3323. Couldn't get cancha.
  2003.  
  2004. --Ball: Player 3320 got ball
  2005. --Cancha: Try 1 of player 3320 to get cancha
  2006. --Cancha: Player 3320 from team A COULDN'T get cancha
  2007. --Ball: Ball release by 3320. Couldn't get cancha.
  2008.  
  2009. --Cancha: Try 2 of player 3320 to get cancha
  2010. --Cancha: Player 3320 from team A COULDN'T get cancha
  2011. --Ball: Ball release by 3320. Couldn't get cancha.
  2012.  
  2013. --Cancha: Try 3 of player 3320 to get cancha
  2014. --Cancha: Player 3320 from team A got enemy cancha
  2015. --Shoot: Player 3320 shoots!
  2016. --Score: Player 3320 of team A scored. Current score = A : 16 B : 25
  2017.  
  2018. --Ball: Player 3321 got ball
  2019. --Cancha: Try 1 of player 3321 to get cancha
  2020. --Cancha: Player 3321 from team B COULDN'T get cancha
  2021. --Ball: Ball release by 3321. Couldn't get cancha.
  2022.  
  2023. --Cancha: Try 2 of player 3321 to get cancha
  2024. --Cancha: Player 3321 from team B got enemy cancha
  2025. --Shoot: Player 3321 shoots!
  2026. --Score: Player 3321 missed the shot
  2027.  
  2028. --Ball: Player 3317 got ball
  2029. --Cancha: Try 1 of player 3317 to get cancha
  2030. --Cancha: Player 3317 from team A COULDN'T get cancha
  2031. --Ball: Ball release by 3317. Couldn't get cancha.
  2032.  
  2033. --Cancha: Try 2 of player 3317 to get cancha
  2034. --Cancha: Player 3317 from team A COULDN'T get cancha
  2035. --Ball: Ball release by 3317. Couldn't get cancha.
  2036.  
  2037. --Cancha: Try 3 of player 3317 to get cancha
  2038. --Cancha: Player 3317 from team A got enemy cancha
  2039. --Shoot: Player 3317 shoots!
  2040. --Score: Player 3317 missed the shot
  2041.  
  2042. --Ball: Player 3322 got ball
  2043. --Cancha: Try 1 of player 3322 to get cancha
  2044. --Cancha: Player 3322 from team B COULDN'T get cancha
  2045. --Ball: Ball release by 3322. Couldn't get cancha.
  2046.  
  2047. --Cancha: Try 2 of player 3322 to get cancha
  2048. --Cancha: Player 3322 from team B COULDN'T get cancha
  2049. --Ball: Ball release by 3322. Couldn't get cancha.
  2050.  
  2051. --Cancha: Try 3 of player 3322 to get cancha
  2052. --Cancha: Player 3322 from team B COULDN'T get cancha
  2053. --Ball: Ball release by 3322. Couldn't get cancha.
  2054.  
  2055. --Ball: Player 3323 got ball
  2056. --Cancha: Try 1 of player 3323 to get cancha
  2057. --Cancha: Player 3323 from team B COULDN'T get cancha
  2058. --Ball: Ball release by 3323. Couldn't get cancha.
  2059.  
  2060. --Cancha: Try 2 of player 3323 to get cancha
  2061. --Cancha: Player 3323 from team B COULDN'T get cancha
  2062. --Ball: Ball release by 3323. Couldn't get cancha.
  2063.  
  2064. --Cancha: Try 3 of player 3323 to get cancha
  2065. --Cancha: Player 3323 from team B COULDN'T get cancha
  2066. --Ball: Ball release by 3323. Couldn't get cancha.
  2067.  
  2068. --Ball: Player 3318 got ball
  2069. --Cancha: Try 1 of player 3318 to get cancha
  2070. --Cancha: Player 3318 from team A got enemy cancha
  2071. --Shoot: Player 3318 shoots!
  2072. --Score: Player 3318 missed the shot
  2073.  
  2074. --Ball: Player 3319 got ball
  2075. --Cancha: Try 1 of player 3319 to get cancha
  2076. --Cancha: Player 3319 from team A COULDN'T get cancha
  2077. --Ball: Ball release by 3319. Couldn't get cancha.
  2078.  
  2079. --Cancha: Try 2 of player 3319 to get cancha
  2080. --Cancha: Player 3319 from team A COULDN'T get cancha
  2081. --Ball: Ball release by 3319. Couldn't get cancha.
  2082.  
  2083. --Cancha: Try 3 of player 3319 to get cancha
  2084. --Cancha: Player 3319 from team A COULDN'T get cancha
  2085. --Ball: Ball release by 3319. Couldn't get cancha.
  2086.  
  2087. --Ball: Player 3324 got ball
  2088. --Cancha: Try 1 of player 3324 to get cancha
  2089. --Cancha: Player 3324 from team B COULDN'T get cancha
  2090. --Ball: Ball release by 3324. Couldn't get cancha.
  2091.  
  2092. --Cancha: Try 2 of player 3324 to get cancha
  2093. --Cancha: Player 3324 from team B COULDN'T get cancha
  2094. --Ball: Ball release by 3324. Couldn't get cancha.
  2095.  
  2096. --Cancha: Try 3 of player 3324 to get cancha
  2097. --Cancha: Player 3324 from team B got enemy cancha
  2098. --Shoot: Player 3324 shoots!
  2099. --Score: Player 3324 of team B scored. Current score = A : 17 B : 25
  2100.  
  2101. --Ball: Player 3316 got ball
  2102. --Cancha: Try 1 of player 3316 to get cancha
  2103. --Cancha: Player 3316 from team A COULDN'T get cancha
  2104. --Ball: Ball release by 3316. Couldn't get cancha.
  2105.  
  2106. --Cancha: Try 2 of player 3316 to get cancha
  2107. --Cancha: Player 3316 from team A COULDN'T get cancha
  2108. --Ball: Ball release by 3316. Couldn't get cancha.
  2109.  
  2110. --Cancha: Try 3 of player 3316 to get cancha
  2111. --Cancha: Player 3316 from team A got enemy cancha
  2112. --Shoot: Player 3316 shoots!
  2113. --Score: Player 3316 missed the shot
  2114.  
  2115. --Ball: Player 3322 got ball
  2116. --Cancha: Try 1 of player 3322 to get cancha
  2117. --Cancha: Player 3322 from team B COULDN'T get cancha
  2118. --Ball: Ball release by 3322. Couldn't get cancha.
  2119.  
  2120. --Cancha: Try 2 of player 3322 to get cancha
  2121. --Cancha: Player 3322 from team B COULDN'T get cancha
  2122. --Ball: Ball release by 3322. Couldn't get cancha.
  2123.  
  2124. --Cancha: Try 3 of player 3322 to get cancha
  2125. --Cancha: Player 3322 from team B COULDN'T get cancha
  2126. --Ball: Ball release by 3322. Couldn't get cancha.
  2127.  
  2128. --Ball: Player 3323 got ball
  2129. --Cancha: Try 1 of player 3323 to get cancha
  2130. --Cancha: Player 3323 from team B COULDN'T get cancha
  2131. --Ball: Ball release by 3323. Couldn't get cancha.
  2132.  
  2133. --Cancha: Try 2 of player 3323 to get cancha
  2134. --Cancha: Player 3323 from team B COULDN'T get cancha
  2135. --Ball: Ball release by 3323. Couldn't get cancha.
  2136.  
  2137. --Cancha: Try 3 of player 3323 to get cancha
  2138. --Cancha: Player 3323 from team B COULDN'T get cancha
  2139. --Ball: Ball release by 3323. Couldn't get cancha.
  2140.  
  2141. --Ball: Player 3325 got ball
  2142. --Cancha: Try 1 of player 3325 to get cancha
  2143. --Cancha: Player 3325 from team B COULDN'T get cancha
  2144. --Ball: Ball release by 3325. Couldn't get cancha.
  2145.  
  2146. --Cancha: Try 2 of player 3325 to get cancha
  2147. --Cancha: Player 3325 from team B COULDN'T get cancha
  2148. --Ball: Ball release by 3325. Couldn't get cancha.
  2149.  
  2150. --Cancha: Try 3 of player 3325 to get cancha
  2151. --Cancha: Player 3325 from team B got enemy cancha
  2152. --Shoot: Player 3325 shoots!
  2153. --Score: Player 3325 of team B scored. Current score = A : 18 B : 25
  2154.  
  2155. --Ball: Player 3318 got ball
  2156. --Cancha: Try 1 of player 3318 to get cancha
  2157. --Cancha: Player 3318 from team A got enemy cancha
  2158. --Shoot: Player 3318 shoots!
  2159. --Score: Player 3318 of team A scored. Current score = A : 18 B : 26
  2160.  
  2161. --Ball: Player 3319 got ball
  2162. --Cancha: Try 1 of player 3319 to get cancha
  2163. --Cancha: Player 3319 from team A COULDN'T get cancha
  2164. --Ball: Ball release by 3319. Couldn't get cancha.
  2165.  
  2166. --Cancha: Try 2 of player 3319 to get cancha
  2167. --Cancha: Player 3319 from team A COULDN'T get cancha
  2168. --Ball: Ball release by 3319. Couldn't get cancha.
  2169.  
  2170. --Cancha: Try 3 of player 3319 to get cancha
  2171. --Cancha: Player 3319 from team A COULDN'T get cancha
  2172. --Ball: Ball release by 3319. Couldn't get cancha.
  2173.  
  2174. --Ball: Player 3322 got ball
  2175. --Cancha: Try 1 of player 3322 to get cancha
  2176. --Cancha: Player 3322 from team B COULDN'T get cancha
  2177. --Ball: Ball release by 3322. Couldn't get cancha.
  2178.  
  2179. --Cancha: Try 2 of player 3322 to get cancha
  2180. --Cancha: Player 3322 from team B COULDN'T get cancha
  2181. --Ball: Ball release by 3322. Couldn't get cancha.
  2182.  
  2183. --Cancha: Try 3 of player 3322 to get cancha
  2184. --Cancha: Player 3322 from team B COULDN'T get cancha
  2185. --Ball: Ball release by 3322. Couldn't get cancha.
  2186.  
  2187. --Ball: Player 3320 got ball
  2188. --Cancha: Try 1 of player 3320 to get cancha
  2189. --Cancha: Player 3320 from team A COULDN'T get cancha
  2190. --Ball: Ball release by 3320. Couldn't get cancha.
  2191.  
  2192. --Cancha: Try 2 of player 3320 to get cancha
  2193. --Cancha: Player 3320 from team A COULDN'T get cancha
  2194. --Ball: Ball release by 3320. Couldn't get cancha.
  2195.  
  2196. --Cancha: Try 3 of player 3320 to get cancha
  2197. --Cancha: Player 3320 from team A got enemy cancha
  2198. --Shoot: Player 3320 shoots!
  2199. --Score: Player 3320 of team A scored. Current score = A : 18 B : 27
  2200.  
  2201. --Ball: Player 3321 got ball
  2202. --Cancha: Try 1 of player 3321 to get cancha
  2203. --Cancha: Player 3321 from team B COULDN'T get cancha
  2204. --Ball: Ball release by 3321. Couldn't get cancha.
  2205.  
  2206. --Cancha: Try 2 of player 3321 to get cancha
  2207. --Cancha: Player 3321 from team B got enemy cancha
  2208. --Shoot: Player 3321 shoots!
  2209. --Score: Player 3321 missed the shot
  2210.  
  2211. --Ball: Player 3324 got ball
  2212. --Cancha: Try 1 of player 3324 to get cancha
  2213. --Cancha: Player 3324 from team B COULDN'T get cancha
  2214. --Ball: Ball release by 3324. Couldn't get cancha.
  2215.  
  2216. --Cancha: Try 2 of player 3324 to get cancha
  2217. --Cancha: Player 3324 from team B COULDN'T get cancha
  2218. --Ball: Ball release by 3324. Couldn't get cancha.
  2219.  
  2220. --Cancha: Try 3 of player 3324 to get cancha
  2221. --Cancha: Player 3324 from team B got enemy cancha
  2222. --Shoot: Player 3324 shoots!
  2223. --Score: Player 3324 missed the shot
  2224.  
  2225. --Ball: Player 3323 got ball
  2226. --Cancha: Try 1 of player 3323 to get cancha
  2227. --Cancha: Player 3323 from team B COULDN'T get cancha
  2228. --Ball: Ball release by 3323. Couldn't get cancha.
  2229.  
  2230. --Cancha: Try 2 of player 3323 to get cancha
  2231. --Cancha: Player 3323 from team B COULDN'T get cancha
  2232. --Ball: Ball release by 3323. Couldn't get cancha.
  2233.  
  2234. --Cancha: Try 3 of player 3323 to get cancha
  2235. --Ball: Player 3322 got ball
  2236. --Cancha: Player 3323 from team B COULDN'T get cancha
  2237. --Cancha: Try 1 of player 3322 to get cancha
  2238. --Ball: Ball release by 3323. Couldn't get cancha.
  2239.  
  2240. --Cancha: Player 3322 from team B COULDN'T get cancha
  2241. --Ball: Ball release by 3322. Couldn't get cancha.
  2242.  
  2243. --Cancha: Try 2 of player 3322 to get cancha
  2244. --Cancha: Player 3322 from team B COULDN'T get cancha
  2245. --Ball: Ball release by 3322. Couldn't get cancha.
  2246.  
  2247. --Cancha: Try 3 of player 3322 to get cancha
  2248. --Cancha: Player 3322 from team B COULDN'T get cancha
  2249. --Ball: Ball release by 3322. Couldn't get cancha.
  2250.  
  2251. --Ball: Player 3318 got ball
  2252. --Cancha: Try 1 of player 3318 to get cancha
  2253. --Cancha: Player 3318 from team A got enemy cancha
  2254. --Shoot: Player 3318 shoots!
  2255. --Score: Player 3318 of team A scored. Current score = A : 18 B : 28
  2256.  
  2257. --Ball: Player 3319 got ball
  2258. --Cancha: Try 1 of player 3319 to get cancha
  2259. --Cancha: Player 3319 from team A COULDN'T get cancha
  2260. --Ball: Ball release by 3319. Couldn't get cancha.
  2261.  
  2262. --Cancha: Try 2 of player 3319 to get cancha
  2263. --Cancha: Player 3319 from team A COULDN'T get cancha
  2264. --Ball: Ball release by 3319. Couldn't get cancha.
  2265.  
  2266. --Cancha: Try 3 of player 3319 to get cancha
  2267. --Cancha: Player 3319 from team A COULDN'T get cancha
  2268. --Ball: Ball release by 3319. Couldn't get cancha.
  2269.  
  2270. --Ball: Player 3316 got ball
  2271. --Cancha: Try 1 of player 3316 to get cancha
  2272. --Cancha: Player 3316 from team A COULDN'T get cancha
  2273. --Ball: Ball release by 3316. Couldn't get cancha.
  2274.  
  2275. --Cancha: Try 2 of player 3316 to get cancha
  2276. --Cancha: Player 3316 from team A COULDN'T get cancha
  2277. --Ball: Ball release by 3316. Couldn't get cancha.
  2278.  
  2279. --Cancha: Try 3 of player 3316 to get cancha
  2280. --Cancha: Player 3316 from team A got enemy cancha
  2281. --Shoot: Player 3316 shoots!
  2282. --Score: Player 3316 of team A scored. Current score = A : 18 B : 29
  2283.  
  2284. --Ball: Player 3317 got ball
  2285. --Cancha: Try 1 of player 3317 to get cancha
  2286. --Cancha: Player 3317 from team A COULDN'T get cancha
  2287. --Ball: Ball release by 3317. Couldn't get cancha.
  2288.  
  2289. --Cancha: Try 2 of player 3317 to get cancha
  2290. --Cancha: Player 3317 from team A COULDN'T get cancha
  2291. --Ball: Ball release by 3317. Couldn't get cancha.
  2292.  
  2293. --Cancha: Try 3 of player 3317 to get cancha
  2294. --Cancha: Player 3317 from team A got enemy cancha
  2295. --Shoot: Player 3317 shoots!
  2296. --Score: Player 3317 of team A scored. Current score = A : 18 B : 30
  2297.  
  2298. --Ball: Player 3323 got ball
  2299. --Cancha: Try 1 of player 3323 to get cancha
  2300. --Cancha: Player 3323 from team B COULDN'T get cancha
  2301. --Ball: Ball release by 3323. Couldn't get cancha.
  2302.  
  2303. --Cancha: Try 2 of player 3323 to get cancha
  2304. --Cancha: Player 3323 from team B COULDN'T get cancha
  2305. --Ball: Ball release by 3323. Couldn't get cancha.
  2306.  
  2307. --Cancha: Try 3 of player 3323 to get cancha
  2308. --Cancha: Player 3323 from team B COULDN'T get cancha
  2309. --Ball: Ball release by 3323. Couldn't get cancha.
  2310.  
  2311. --Ball: Player 3325 got ball
  2312. --Cancha: Try 1 of player 3325 to get cancha
  2313. --Cancha: Player 3325 from team B COULDN'T get cancha
  2314. --Ball: Ball release by 3325. Couldn't get cancha.
  2315.  
  2316. --Cancha: Try 2 of player 3325 to get cancha
  2317. --Cancha: Player 3325 from team B COULDN'T get cancha
  2318. --Ball: Ball release by 3325. Couldn't get cancha.
  2319.  
  2320. --Cancha: Try 3 of player 3325 to get cancha
  2321. --Cancha: Player 3325 from team B got enemy cancha
  2322. --Shoot: Player 3325 shoots!
  2323. --Score: Player 3325 missed the shot
  2324.  
  2325. --Ball: Player 3318 got ball
  2326. --Cancha: Try 1 of player 3318 to get cancha
  2327. --Cancha: Player 3318 from team A got enemy cancha
  2328. --Shoot: Player 3318 shoots!
  2329. --Score: Player 3318 missed the shot
  2330.  
  2331. --Ball: Player 3319 got ball
  2332. --Cancha: Try 1 of player 3319 to get cancha
  2333. --Cancha: Player 3319 from team A COULDN'T get cancha
  2334. --Ball: Ball release by 3319. Couldn't get cancha.
  2335.  
  2336. --Cancha: Try 2 of player 3319 to get cancha
  2337. --Cancha: Player 3319 from team A COULDN'T get cancha
  2338. --Ball: Ball release by 3319. Couldn't get cancha.
  2339.  
  2340. --Cancha: Try 3 of player 3319 to get cancha
  2341. --Cancha: Player 3319 from team A COULDN'T get cancha
  2342. --Ball: Ball release by 3319. Couldn't get cancha.
  2343.  
  2344. --Ball: Player 3324 got ball
  2345. --Cancha: Try 1 of player 3324 to get cancha
  2346. --Cancha: Player 3324 from team B COULDN'T get cancha
  2347. --Ball: Ball release by 3324. Couldn't get cancha.
  2348.  
  2349. --Cancha: Try 2 of player 3324 to get cancha
  2350. --Cancha: Player 3324 from team B COULDN'T get cancha
  2351. --Ball: Ball release by 3324. Couldn't get cancha.
  2352.  
  2353. --Cancha: Try 3 of player 3324 to get cancha
  2354. --Cancha: Player 3324 from team B got enemy cancha
  2355. --Shoot: Player 3324 shoots!
  2356. --Score: Player 3324 missed the shot
  2357.  
  2358. --Ball: Player 3322 got ball
  2359. --Cancha: Try 1 of player 3322 to get cancha
  2360. --Cancha: Player 3322 from team B COULDN'T get cancha
  2361. --Ball: Ball release by 3322. Couldn't get cancha.
  2362.  
  2363. --Cancha: Try 2 of player 3322 to get cancha
  2364. --Cancha: Player 3322 from team B COULDN'T get cancha
  2365. --Ball: Ball release by 3322. Couldn't get cancha.
  2366.  
  2367. --Cancha: Try 3 of player 3322 to get cancha
  2368. --Cancha: Player 3322 from team B COULDN'T get cancha
  2369. --Ball: Ball release by 3322. Couldn't get cancha.
  2370.  
  2371. --Ball: Player 3321 got ball
  2372. --Cancha: Try 1 of player 3321 to get cancha
  2373. --Cancha: Player 3321 from team B COULDN'T get cancha
  2374. --Ball: Ball release by 3321. Couldn't get cancha.
  2375.  
  2376. --Cancha: Try 2 of player 3321 to get cancha
  2377. --Cancha: Player 3321 from team B got enemy cancha
  2378. --Shoot: Player 3321 shoots!
  2379. --Score: Player 3321 missed the shot
  2380.  
  2381. --Ball: Player 3320 got ball
  2382. --Cancha: Try 1 of player 3320 to get cancha
  2383. --Cancha: Player 3320 from team A COULDN'T get cancha
  2384. --Ball: Ball release by 3320. Couldn't get cancha.
  2385.  
  2386. --Cancha: Try 2 of player 3320 to get cancha
  2387. --Cancha: Player 3320 from team A COULDN'T get cancha
  2388. --Ball: Ball release by 3320. Couldn't get cancha.
  2389.  
  2390. --Cancha: Try 3 of player 3320 to get cancha
  2391. --Cancha: Player 3320 from team A got enemy cancha
  2392. --Shoot: Player 3320 shoots!
  2393. --Score: Player 3320 of team A scored. Current score = A : 18 B : 31
  2394.  
  2395. --Ball: Player 3317 got ball
  2396. --Cancha: Try 1 of player 3317 to get cancha
  2397. --Cancha: Player 3317 from team A COULDN'T get cancha
  2398. --Ball: Ball release by 3317. Couldn't get cancha.
  2399.  
  2400. --Cancha: Try 2 of player 3317 to get cancha
  2401. --Cancha: Player 3317 from team A COULDN'T get cancha
  2402. --Ball: Ball release by 3317. Couldn't get cancha.
  2403.  
  2404. --Cancha: Try 3 of player 3317 to get cancha
  2405. --Cancha: Player 3317 from team A got enemy cancha
  2406. --Shoot: Player 3317 shoots!
  2407. --Score: Player 3317 of team A scored. Current score = A : 18 B : 32
  2408.  
  2409. --Ball: Player 3323 got ball
  2410. --Cancha: Try 1 of player 3323 to get cancha
  2411. --Cancha: Player 3323 from team B COULDN'T get cancha
  2412. --Ball: Ball release by 3323. Couldn't get cancha.
  2413.  
  2414. --Cancha: Try 2 of player 3323 to get cancha
  2415. --Cancha: Player 3323 from team B COULDN'T get cancha
  2416. --Ball: Ball release by 3323. Couldn't get cancha.
  2417.  
  2418. --Cancha: Try 3 of player 3323 to get cancha
  2419. --Cancha: Player 3323 from team B COULDN'T get cancha
  2420. --Ball: Ball release by 3323. Couldn't get cancha.
  2421.  
  2422. --Ball: Player 3318 got ball
  2423. --Cancha: Try 1 of player 3318 to get cancha
  2424. --Cancha: Player 3318 from team A got enemy cancha
  2425. --Shoot: Player 3318 shoots!
  2426. --Score: Player 3318 of team A scored. Current score = A : 18 B : 33
  2427.  
  2428. --Ball: Player 3322 got ball
  2429. --Cancha: Try 1 of player 3322 to get cancha
  2430. --Cancha: Player 3322 from team B COULDN'T get cancha
  2431. --Ball: Ball release by 3322. Couldn't get cancha.
  2432.  
  2433. --Cancha: Try 2 of player 3322 to get cancha
  2434. --Cancha: Player 3322 from team B COULDN'T get cancha
  2435. --Ball: Ball release by 3322. Couldn't get cancha.
  2436.  
  2437. --Cancha: Try 3 of player 3322 to get cancha
  2438. --Cancha: Player 3322 from team B COULDN'T get cancha
  2439. --Ball: Ball release by 3322. Couldn't get cancha.
  2440.  
  2441. --Ball: Player 3316 got ball
  2442. --Cancha: Try 1 of player 3316 to get cancha
  2443. --Cancha: Player 3316 from team A COULDN'T get cancha
  2444. --Ball: Ball release by 3316. Couldn't get cancha.
  2445.  
  2446. --Cancha: Try 2 of player 3316 to get cancha
  2447. --Cancha: Player 3316 from team A COULDN'T get cancha
  2448. --Ball: Ball release by 3316. Couldn't get cancha.
  2449.  
  2450. --Cancha: Try 3 of player 3316 to get cancha
  2451. --Cancha: Player 3316 from team A got enemy cancha
  2452. --Shoot: Player 3316 shoots!
  2453. --Score: Player 3316 of team A scored. Current score = A : 18 B : 34
  2454.  
  2455. --Ball: Player 3324 got ball
  2456. --Cancha: Try 1 of player 3324 to get cancha
  2457. --Cancha: Player 3324 from team B COULDN'T get cancha
  2458. --Ball: Ball release by 3324. Couldn't get cancha.
  2459.  
  2460. --Cancha: Try 2 of player 3324 to get cancha
  2461. --Cancha: Player 3324 from team B COULDN'T get cancha
  2462. --Ball: Ball release by 3324. Couldn't get cancha.
  2463.  
  2464. --Cancha: Try 3 of player 3324 to get cancha
  2465. --Cancha: Player 3324 from team B got enemy cancha
  2466. --Shoot: Player 3324 shoots!
  2467. --Score: Player 3324 of team B scored. Current score = A : 19 B : 34
  2468.  
  2469. --Ball: Player 3325 got ball
  2470. --Cancha: Try 1 of player 3325 to get cancha
  2471. --Cancha: Player 3325 from team B COULDN'T get cancha
  2472. --Ball: Ball release by 3325. Couldn't get cancha.
  2473.  
  2474. --Cancha: Try 2 of player 3325 to get cancha
  2475. --Cancha: Player 3325 from team B COULDN'T get cancha
  2476. --Ball: Ball release by 3325. Couldn't get cancha.
  2477.  
  2478. --Cancha: Try 3 of player 3325 to get cancha
  2479. --Cancha: Player 3325 from team B got enemy cancha
  2480. --Shoot: Player 3325 shoots!
  2481. --Score: Player 3325 of team B scored. Current score = A : 20 B : 34
  2482.  
  2483. --Ball: Player 3318 got ball
  2484. --Cancha: Try 1 of player 3318 to get cancha
  2485. --Cancha: Player 3318 from team A got enemy cancha
  2486. --Shoot: Player 3318 shoots!
  2487. --Score: Player 3318 of team A scored. Current score = A : 20 B : 35
  2488.  
  2489. --Ball: Player 3317 got ball
  2490. --Cancha: Try 1 of player 3317 to get cancha
  2491. --Cancha: Player 3317 from team A COULDN'T get cancha
  2492. --Ball: Ball release by 3317. Couldn't get cancha.
  2493.  
  2494. --Cancha: Try 2 of player 3317 to get cancha
  2495. --Cancha: Player 3317 from team A COULDN'T get cancha
  2496. --Ball: Ball release by 3317. Couldn't get cancha.
  2497.  
  2498. --Cancha: Try 3 of player 3317 to get cancha
  2499. --Cancha: Player 3317 from team A got enemy cancha
  2500. --Shoot: Player 3317 shoots!
  2501. --Score: Player 3317 of team A scored. Current score = A : 20 B : 36
  2502.  
  2503. --Ball: Player 3322 got ball
  2504. --Cancha: Try 1 of player 3322 to get cancha
  2505. --Cancha: Player 3322 from team B COULDN'T get cancha
  2506. --Ball: Ball release by 3322. Couldn't get cancha.
  2507.  
  2508. --Cancha: Try 2 of player 3322 to get cancha
  2509. --Cancha: Player 3322 from team B COULDN'T get cancha
  2510. --Ball: Ball release by 3322. Couldn't get cancha.
  2511.  
  2512. --Cancha: Try 3 of player 3322 to get cancha
  2513. --Cancha: Player 3322 from team B COULDN'T get cancha
  2514. --Ball: Ball release by 3322. Couldn't get cancha.
  2515.  
  2516. --Ball: Player 3321 got ball
  2517. --Cancha: Try 1 of player 3321 to get cancha
  2518. --Cancha: Player 3321 from team B COULDN'T get cancha
  2519. --Ball: Ball release by 3321. Couldn't get cancha.
  2520.  
  2521. --Cancha: Try 2 of player 3321 to get cancha
  2522. --Cancha: Player 3321 from team B got enemy cancha
  2523. --Shoot: Player 3321 shoots!
  2524. --Score: Player 3321 missed the shot
  2525.  
  2526. --Ball: Player 3322 got ball
  2527. --Cancha: Try 1 of player 3322 to get cancha
  2528. --Cancha: Player 3322 from team B COULDN'T get cancha
  2529. --Ball: Ball release by 3322. Couldn't get cancha.
  2530.  
  2531. --Cancha: Try 2 of player 3322 to get cancha
  2532. --Cancha: Player 3322 from team B COULDN'T get cancha
  2533. --Ball: Ball release by 3322. Couldn't get cancha.
  2534.  
  2535. --Cancha: Try 3 of player 3322 to get cancha
  2536. --Cancha: Player 3322 from team B COULDN'T get cancha
  2537. --Ball: Ball release by 3322. Couldn't get cancha.
  2538.  
  2539. --Ball: Player 3320 got ball
  2540. --Cancha: Try 1 of player 3320 to get cancha
  2541. --Cancha: Player 3320 from team A COULDN'T get cancha
  2542. --Ball: Ball release by 3320. Couldn't get cancha.
  2543.  
  2544. --Cancha: Try 2 of player 3320 to get cancha
  2545. --Cancha: Player 3320 from team A COULDN'T get cancha
  2546. --Ball: Ball release by 3320. Couldn't get cancha.
  2547.  
  2548. --Cancha: Try 3 of player 3320 to get cancha
  2549. --Cancha: Player 3320 from team A got enemy cancha
  2550. --Shoot: Player 3320 shoots!
  2551. --Score: Player 3320 missed the shot
  2552.  
  2553. --Ball: Player 3324 got ball
  2554. --Cancha: Try 1 of player 3324 to get cancha
  2555. --Cancha: Player 3324 from team B COULDN'T get cancha
  2556. --Ball: Ball release by 3324. Couldn't get cancha.
  2557.  
  2558. --Cancha: Try 2 of player 3324 to get cancha
  2559. --Cancha: Player 3324 from team B COULDN'T get cancha
  2560. --Ball: Ball release by 3324. Couldn't get cancha.
  2561.  
  2562. --Cancha: Try 3 of player 3324 to get cancha
  2563. --Cancha: Player 3324 from team B got enemy cancha
  2564. --Shoot: Player 3324 shoots!
  2565. --Score: Player 3324 missed the shot
  2566.  
  2567. --Ball: Player 3318 got ball
  2568. --Cancha: Try 1 of player 3318 to get cancha
  2569. --Cancha: Player 3318 from team A got enemy cancha
  2570. --Shoot: Player 3318 shoots!
  2571. --Score: Player 3318 missed the shot
  2572.  
  2573. --Ball: Player 3317 got ball
  2574. --Cancha: Try 1 of player 3317 to get cancha
  2575. --Cancha: Player 3317 from team A COULDN'T get cancha
  2576. --Ball: Ball release by 3317. Couldn't get cancha.
  2577.  
  2578. --Cancha: Try 2 of player 3317 to get cancha
  2579. --Cancha: Player 3317 from team A COULDN'T get cancha
  2580. --Ball: Ball release by 3317. Couldn't get cancha.
  2581.  
  2582. --Cancha: Try 3 of player 3317 to get cancha
  2583. --Cancha: Player 3317 from team A got enemy cancha
  2584. --Shoot: Player 3317 shoots!
  2585. --Score: Player 3317 missed the shot
  2586.  
  2587. --Ball: Player 3323 got ball
  2588. --Cancha: Try 1 of player 3323 to get cancha
  2589. --Cancha: Player 3323 from team B COULDN'T get cancha
  2590. --Ball: Ball release by 3323. Couldn't get cancha.
  2591.  
  2592. --Cancha: Try 2 of player 3323 to get cancha
  2593. --Cancha: Player 3323 from team B COULDN'T get cancha
  2594. --Ball: Ball release by 3323. Couldn't get cancha.
  2595.  
  2596. --Cancha: Try 3 of player 3323 to get cancha
  2597. --Cancha: Player 3323 from team B COULDN'T get cancha
  2598. --Ball: Ball release by 3323. Couldn't get cancha.
  2599.  
  2600. --Ball: Player 3316 got ball
  2601. --Cancha: Try 1 of player 3316 to get cancha
  2602. --Cancha: Player 3316 from team A COULDN'T get cancha
  2603. --Ball: Ball release by 3316. Couldn't get cancha.
  2604.  
  2605. --Cancha: Try 2 of player 3316 to get cancha
  2606. --Cancha: Player 3316 from team A COULDN'T get cancha
  2607. --Ball: Ball release by 3316. Couldn't get cancha.
  2608.  
  2609. --Cancha: Try 3 of player 3316 to get cancha
  2610. --Cancha: Player 3316 from team A got enemy cancha
  2611. --Shoot: Player 3316 shoots!
  2612. --Score: Player 3316 of team A scored. Current score = A : 20 B : 37
  2613.  
  2614. --Ball: Player 3325 got ball
  2615. --Cancha: Try 1 of player 3325 to get cancha
  2616. --Cancha: Player 3325 from team B COULDN'T get cancha
  2617. --Ball: Ball release by 3325. Couldn't get cancha.
  2618.  
  2619. --Cancha: Try 2 of player 3325 to get cancha
  2620. --Cancha: Player 3325 from team B COULDN'T get cancha
  2621. --Ball: Ball release by 3325. Couldn't get cancha.
  2622.  
  2623. --Cancha: Try 3 of player 3325 to get cancha
  2624. --Cancha: Player 3325 from team B got enemy cancha
  2625. --Shoot: Player 3325 shoots!
  2626. --Score: Player 3325 of team B scored. Current score = A : 21 B : 37
  2627.  
  2628. --Ball: Player 3318 got ball
  2629. --Cancha: Try 1 of player 3318 to get cancha
  2630. --Cancha: Player 3318 from team A got enemy cancha
  2631. --Shoot: Player 3318 shoots!
  2632. --Score: Player 3318 of team A scored. Current score = A : 21 B : 38
  2633.  
  2634. --Ball: Player 3319 got ball
  2635. --Cancha: Try 1 of player 3319 to get cancha
  2636. --Cancha: Player 3319 from team A COULDN'T get cancha
  2637. --Ball: Ball release by 3319. Couldn't get cancha.
  2638.  
  2639. --Cancha: Try 2 of player 3319 to get cancha
  2640. --Cancha: Player 3319 from team A COULDN'T get cancha
  2641. --Ball: Ball release by 3319. Couldn't get cancha.
  2642.  
  2643. --Cancha: Try 3 of player 3319 to get cancha
  2644. --Cancha: Player 3319 from team A COULDN'T get cancha
  2645. --Ball: Ball release by 3319. Couldn't get cancha.
  2646.  
  2647. --Ball: Player 3323 got ball
  2648. --Cancha: Try 1 of player 3323 to get cancha
  2649. --Cancha: Player 3323 from team B COULDN'T get cancha
  2650. --Ball: Ball release by 3323. Couldn't get cancha.
  2651.  
  2652. --Cancha: Try 2 of player 3323 to get cancha
  2653. --Cancha: Player 3323 from team B COULDN'T get cancha
  2654. --Ball: Ball release by 3323. Couldn't get cancha.
  2655.  
  2656. --Ball: Player 3322 got ball
  2657. --Cancha: Try 1 of player 3322 to get cancha
  2658. --Cancha: Player 3322 from team B COULDN'T get cancha
  2659. --Ball: Ball release by 3322. Couldn't get cancha.
  2660.  
  2661. --Cancha: Try 2 of player 3322 to get cancha
  2662. --Cancha: Player 3322 from team B COULDN'T get cancha
  2663. --Ball: Ball release by 3322. Couldn't get cancha.
  2664.  
  2665. --Cancha: Try 3 of player 3322 to get cancha
  2666. --Cancha: Try 3 of player 3323 to get cancha
  2667. --Cancha: Player 3322 from team B COULDN'T get cancha
  2668. --Ball: Ball release by 3322. Couldn't get cancha.
  2669.  
  2670. --Cancha: Player 3323 from team B COULDN'T get cancha
  2671. --Ball: Ball release by 3323. Couldn't get cancha.
  2672.  
  2673. --Ball: Player 3321 got ball
  2674. --Cancha: Try 1 of player 3321 to get cancha
  2675. --Cancha: Player 3321 from team B COULDN'T get cancha
  2676. --Ball: Ball release by 3321. Couldn't get cancha.
  2677.  
  2678. --Cancha: Try 2 of player 3321 to get cancha
  2679. --Cancha: Player 3321 from team B got enemy cancha
  2680. --Shoot: Player 3321 shoots!
  2681. --Score: Player 3321 of team B scored. Current score = A : 22 B : 38
  2682.  
  2683. --Ball: Player 3324 got ball
  2684. --Cancha: Try 1 of player 3324 to get cancha
  2685. --Cancha: Player 3324 from team B COULDN'T get cancha
  2686. --Ball: Ball release by 3324. Couldn't get cancha.
  2687.  
  2688. --Cancha: Try 2 of player 3324 to get cancha
  2689. --Cancha: Player 3324 from team B COULDN'T get cancha
  2690. --Ball: Ball release by 3324. Couldn't get cancha.
  2691.  
  2692. --Cancha: Try 3 of player 3324 to get cancha
  2693. --Cancha: Player 3324 from team B got enemy cancha
  2694. --Shoot: Player 3324 shoots!
  2695. --Score: Player 3324 missed the shot
  2696.  
  2697. --Ball: Player 3317 got ball
  2698. --Cancha: Try 1 of player 3317 to get cancha
  2699. --Cancha: Player 3317 from team A COULDN'T get cancha
  2700. --Ball: Ball release by 3317. Couldn't get cancha.
  2701.  
  2702. --Cancha: Try 2 of player 3317 to get cancha
  2703. --Cancha: Player 3317 from team A COULDN'T get cancha
  2704. --Ball: Ball release by 3317. Couldn't get cancha.
  2705.  
  2706. --Cancha: Try 3 of player 3317 to get cancha
  2707. --Cancha: Player 3317 from team A got enemy cancha
  2708. --Shoot: Player 3317 shoots!
  2709. --Score: Player 3317 of team A scored. Current score = A : 22 B : 39
  2710.  
  2711. --Ball: Player 3322 got ball
  2712. --Cancha: Try 1 of player 3322 to get cancha
  2713. --Cancha: Player 3322 from team B COULDN'T get cancha
  2714. --Ball: Ball release by 3322. Couldn't get cancha.
  2715.  
  2716. --Cancha: Try 2 of player 3322 to get cancha
  2717. --Cancha: Player 3322 from team B COULDN'T get cancha
  2718. --Ball: Ball release by 3322. Couldn't get cancha.
  2719.  
  2720. --Cancha: Try 3 of player 3322 to get cancha
  2721. --Cancha: Player 3322 from team B COULDN'T get cancha
  2722. --Ball: Ball release by 3322. Couldn't get cancha.
  2723.  
  2724. --Ball: Player 3323 got ball
  2725. --Cancha: Try 1 of player 3323 to get cancha
  2726. --Cancha: Player 3323 from team B COULDN'T get cancha
  2727. --Ball: Ball release by 3323. Couldn't get cancha.
  2728.  
  2729. --Cancha: Try 2 of player 3323 to get cancha
  2730. --Cancha: Player 3323 from team B COULDN'T get cancha
  2731. --Ball: Ball release by 3323. Couldn't get cancha.
  2732.  
  2733. --Cancha: Try 3 of player 3323 to get cancha
  2734. --Cancha: Player 3323 from team B COULDN'T get cancha
  2735. --Ball: Ball release by 3323. Couldn't get cancha.
  2736.  
  2737. --Ball: Player 3318 got ball
  2738. --Cancha: Try 1 of player 3318 to get cancha
  2739. --Cancha: Player 3318 from team A got enemy cancha
  2740. --Shoot: Player 3318 shoots!
  2741. --Score: Player 3318 of team A scored. Current score = A : 22 B : 40
  2742.  
  2743. --Ball: Player 3319 got ball
  2744. --Cancha: Try 1 of player 3319 to get cancha
  2745. --Cancha: Player 3319 from team A COULDN'T get cancha
  2746. --Ball: Ball release by 3319. Couldn't get cancha.
  2747.  
  2748. --Cancha: Try 2 of player 3319 to get cancha
  2749. --Cancha: Player 3319 from team A COULDN'T get cancha
  2750. --Ball: Ball release by 3319. Couldn't get cancha.
  2751.  
  2752. --Cancha: Try 3 of player 3319 to get cancha
  2753. --Cancha: Player 3319 from team A COULDN'T get cancha
  2754. --Ball: Ball release by 3319. Couldn't get cancha.
  2755.  
  2756. --Ball: Player 3320 got ball
  2757. --Cancha: Try 1 of player 3320 to get cancha
  2758. --Cancha: Player 3320 from team A COULDN'T get cancha
  2759. --Ball: Ball release by 3320. Couldn't get cancha.
  2760.  
  2761. --Cancha: Try 2 of player 3320 to get cancha
  2762. --Cancha: Player 3320 from team A COULDN'T get cancha
  2763. --Ball: Ball release by 3320. Couldn't get cancha.
  2764.  
  2765. --Cancha: Try 3 of player 3320 to get cancha
  2766. --Cancha: Player 3320 from team A got enemy cancha
  2767. --Shoot: Player 3320 shoots!
  2768. --Score: Player 3320 missed the shot
  2769.  
  2770. --Ball: Player 3322 got ball
  2771. --Cancha: Try 1 of player 3322 to get cancha
  2772. --Cancha: Player 3322 from team B COULDN'T get cancha
  2773. --Ball: Ball release by 3322. Couldn't get cancha.
  2774.  
  2775. --Cancha: Try 2 of player 3322 to get cancha
  2776. --Cancha: Player 3322 from team B COULDN'T get cancha
  2777. --Ball: Ball release by 3322. Couldn't get cancha.
  2778.  
  2779. --Cancha: Try 3 of player 3322 to get cancha
  2780. --Cancha: Player 3322 from team B COULDN'T get cancha
  2781. --Ball: Ball release by 3322. Couldn't get cancha.
  2782.  
  2783. --Ball: Player 3316 got ball
  2784. --Cancha: Try 1 of player 3316 to get cancha
  2785. --Cancha: Player 3316 from team A COULDN'T get cancha
  2786. --Ball: Ball release by 3316. Couldn't get cancha.
  2787.  
  2788. --Cancha: Try 2 of player 3316 to get cancha
  2789. --Cancha: Player 3316 from team A COULDN'T get cancha
  2790. --Ball: Ball release by 3316. Couldn't get cancha.
  2791.  
  2792. --Cancha: Try 3 of player 3316 to get cancha
  2793. --Cancha: Player 3316 from team A got enemy cancha
  2794. --Shoot: Player 3316 shoots!
  2795. --Score: Player 3316 missed the shot
  2796.  
  2797. --Ball: Player 3324 got ball
  2798. --Cancha: Try 1 of player 3324 to get cancha
  2799. --Cancha: Player 3324 from team B COULDN'T get cancha
  2800. --Ball: Ball release by 3324. Couldn't get cancha.
  2801.  
  2802. --Cancha: Try 2 of player 3324 to get cancha
  2803. --Cancha: Player 3324 from team B COULDN'T get cancha
  2804. --Ball: Ball release by 3324. Couldn't get cancha.
  2805.  
  2806. --Cancha: Try 3 of player 3324 to get cancha
  2807. --Cancha: Player 3324 from team B got enemy cancha
  2808. --Shoot: Player 3324 shoots!
  2809. --Score: Player 3324 of team B scored. Current score = A : 23 B : 40
  2810.  
  2811. --Ball: Player 3325 got ball
  2812. --Cancha: Try 1 of player 3325 to get cancha
  2813. --Cancha: Player 3325 from team B COULDN'T get cancha
  2814. --Ball: Ball release by 3325. Couldn't get cancha.
  2815.  
  2816. --Cancha: Try 2 of player 3325 to get cancha
  2817. --Cancha: Player 3325 from team B COULDN'T get cancha
  2818. --Ball: Ball release by 3325. Couldn't get cancha.
  2819.  
  2820. --Cancha: Try 3 of player 3325 to get cancha
  2821. --Cancha: Player 3325 from team B got enemy cancha
  2822. --Shoot: Player 3325 shoots!
  2823. --Score: Player 3325 of team B scored. Current score = A : 24 B : 40
  2824.  
  2825. --Ball: Player 3318 got ball
  2826. --Cancha: Try 1 of player 3318 to get cancha
  2827. --Cancha: Player 3318 from team A got enemy cancha
  2828. --Shoot: Player 3318 shoots!
  2829. --Score: Player 3318 of team A scored. Current score = A : 24 B : 41
  2830.  
  2831. --Ball: Player 3317 got ball
  2832. --Cancha: Try 1 of player 3317 to get cancha
  2833. --Cancha: Player 3317 from team A COULDN'T get cancha
  2834. --Ball: Ball release by 3317. Couldn't get cancha.
  2835.  
  2836. --Cancha: Try 2 of player 3317 to get cancha
  2837. --Cancha: Player 3317 from team A COULDN'T get cancha
  2838. --Ball: Ball release by 3317. Couldn't get cancha.
  2839.  
  2840. --Cancha: Try 3 of player 3317 to get cancha
  2841. --Cancha: Player 3317 from team A got enemy cancha
  2842. --Shoot: Player 3317 shoots!
  2843. --Score: Player 3317 of team A scored. Current score = A : 24 B : 42
  2844.  
  2845. --Ball: Player 3322 got ball
  2846. --Cancha: Try 1 of player 3322 to get cancha
  2847. --Cancha: Player 3322 from team B COULDN'T get cancha
  2848. --Ball: Ball release by 3322. Couldn't get cancha.
  2849.  
  2850. --Cancha: Try 2 of player 3322 to get cancha
  2851. --Cancha: Player 3322 from team B COULDN'T get cancha
  2852. --Ball: Ball release by 3322. Couldn't get cancha.
  2853.  
  2854. --Cancha: Try 3 of player 3322 to get cancha
  2855. --Cancha: Player 3322 from team B COULDN'T get cancha
  2856. --Ball: Ball release by 3322. Couldn't get cancha.
  2857.  
  2858. --Ball: Player 3321 got ball
  2859. --Cancha: Try 1 of player 3321 to get cancha
  2860. --Cancha: Player 3321 from team B COULDN'T get cancha
  2861. --Ball: Ball release by 3321. Couldn't get cancha.
  2862.  
  2863. --Cancha: Try 2 of player 3321 to get cancha
  2864. --Cancha: Player 3321 from team B got enemy cancha
  2865. --Shoot: Player 3321 shoots!
  2866. --Score: Player 3321 missed the shot
  2867.  
  2868. --Ball: Player 3323 got ball
  2869. --Cancha: Try 1 of player 3323 to get cancha
  2870. --Cancha: Player 3323 from team B COULDN'T get cancha
  2871. --Ball: Ball release by 3323. Couldn't get cancha.
  2872.  
  2873. --Cancha: Try 2 of player 3323 to get cancha
  2874. --Cancha: Player 3323 from team B COULDN'T get cancha
  2875. --Ball: Ball release by 3323. Couldn't get cancha.
  2876.  
  2877. --Cancha: Try 3 of player 3323 to get cancha
  2878. --Cancha: Player 3323 from team B COULDN'T get cancha
  2879. --Ball: Ball release by 3323. Couldn't get cancha.
  2880.  
  2881. --Ball: Player 3318 got ball
  2882. --Cancha: Try 1 of player 3318 to get cancha
  2883. --Cancha: Player 3318 from team A got enemy cancha
  2884. --Shoot: Player 3318 shoots!
  2885. --Score: Player 3318 of team A scored. Current score = A : 24 B : 43
  2886.  
  2887. --Ball: Player 3319 got ball
  2888. --Cancha: Try 1 of player 3319 to get cancha
  2889. --Cancha: Player 3319 from team A COULDN'T get cancha
  2890. --Ball: Ball release by 3319. Couldn't get cancha.
  2891.  
  2892. --Cancha: Try 2 of player 3319 to get cancha
  2893. --Cancha: Player 3319 from team A COULDN'T get cancha
  2894. --Ball: Ball release by 3319. Couldn't get cancha.
  2895.  
  2896. --Cancha: Try 3 of player 3319 to get cancha
  2897. --Cancha: Player 3319 from team A COULDN'T get cancha
  2898. --Ball: Ball release by 3319. Couldn't get cancha.
  2899.  
  2900. --Ball: Player 3324 got ball
  2901. --Cancha: Try 1 of player 3324 to get cancha
  2902. --Cancha: Player 3324 from team B COULDN'T get cancha
  2903. --Ball: Ball release by 3324. Couldn't get cancha.
  2904.  
  2905. --Cancha: Try 2 of player 3324 to get cancha
  2906. --Cancha: Player 3324 from team B COULDN'T get cancha
  2907. --Ball: Ball release by 3324. Couldn't get cancha.
  2908.  
  2909. --Cancha: Try 3 of player 3324 to get cancha
  2910. --Cancha: Player 3324 from team B got enemy cancha
  2911. --Shoot: Player 3324 shoots!
  2912. --Score: Player 3324 missed the shot
  2913.  
  2914.  
  2915. Time is up! Finishing match... Waiting for children to finish.
  2916.  
  2917. --Ball: Player 3320 got ball
  2918. --Cancha: Try 1 of player 3320 to get cancha
  2919. --Cancha: Player 3320 from team A COULDN'T get cancha
  2920. --Ball: Ball release by 3320. Couldn't get cancha.
  2921.  
  2922. --Cancha: Try 2 of player 3320 to get cancha
  2923. --Cancha: Player 3320 from team A COULDN'T get cancha
  2924. --Ball: Ball release by 3320. Couldn't get cancha.
  2925.  
  2926. --Cancha: Try 3 of player 3320 to get cancha
  2927. --Cancha: Player 3320 from team A got enemy cancha
  2928. --Shoot: Player 3320 shoots!
  2929. --Score: Player 3320 of team A scored. Current score = A : 24 B : 44
  2930.  
  2931. --Ball: Player 3317 got ball
  2932. --Cancha: Try 1 of player 3317 to get cancha
  2933. --Cancha: Player 3317 from team A COULDN'T get cancha
  2934. --Ball: Ball release by 3317. Couldn't get cancha.
  2935.  
  2936. --Cancha: Try 2 of player 3317 to get cancha
  2937. --Cancha: Player 3317 from team A COULDN'T get cancha
  2938. --Ball: Ball release by 3317. Couldn't get cancha.
  2939.  
  2940. --Cancha: Try 3 of player 3317 to get cancha
  2941. --Cancha: Player 3317 from team A got enemy cancha
  2942. --Shoot: Player 3317 shoots!
  2943. --Score: Player 3317 of team A scored. Current score = A : 24 B : 45
  2944.  
  2945. --Ball: Player 3323 got ball
  2946. --Cancha: Try 1 of player 3323 to get cancha
  2947. --Cancha: Player 3323 from team B COULDN'T get cancha
  2948. --Ball: Ball release by 3323. Couldn't get cancha.
  2949.  
  2950. --Cancha: Try 2 of player 3323 to get cancha
  2951. --Cancha: Player 3323 from team B COULDN'T get cancha
  2952. --Ball: Ball release by 3323. Couldn't get cancha.
  2953.  
  2954. --Ball: Player 3322 got ball
  2955. --Cancha: Try 1 of player 3322 to get cancha
  2956. --Cancha: Player 3322 from team B COULDN'T get cancha
  2957. --Ball: Ball release by 3322. Couldn't get cancha.
  2958.  
  2959. --Cancha: Try 2 of player 3322 to get cancha
  2960. --Cancha: Player 3322 from team B COULDN'T get cancha
  2961. --Ball: Ball release by 3322. Couldn't get cancha.
  2962.  
  2963. --Cancha: Try 3 of player 3322 to get cancha
  2964. --Cancha: Player 3322 from team B COULDN'T get cancha
  2965. --Ball: Ball release by 3322. Couldn't get cancha.
  2966.  
  2967. --Cancha: Try 3 of player 3323 to get cancha
  2968. --Cancha: Player 3323 from team B COULDN'T get cancha
  2969. --Ball: Ball release by 3323. Couldn't get cancha.
  2970.  
  2971. --Ball: Player 3316 got ball
  2972. --Cancha: Try 1 of player 3316 to get cancha
  2973. --Cancha: Player 3316 from team A COULDN'T get cancha
  2974. --Ball: Ball release by 3316. Couldn't get cancha.
  2975.  
  2976. --Cancha: Try 2 of player 3316 to get cancha
  2977. --Cancha: Player 3316 from team A COULDN'T get cancha
  2978. --Ball: Ball release by 3316. Couldn't get cancha.
  2979.  
  2980. --Cancha: Try 3 of player 3316 to get cancha
  2981. --Cancha: Player 3316 from team A got enemy cancha
  2982. --Shoot: Player 3316 shoots!
  2983. --Score: Player 3316 of team A scored. Current score = A : 24 B : 46
  2984.  
  2985. --Ball: Player 3321 got ball
  2986. --Cancha: Try 1 of player 3321 to get cancha
  2987. --Cancha: Player 3321 from team B COULDN'T get cancha
  2988. --Ball: Ball release by 3321. Couldn't get cancha.
  2989.  
  2990. --Cancha: Try 2 of player 3321 to get cancha
  2991. --Cancha: Player 3321 from team B got enemy cancha
  2992. --Shoot: Player 3321 shoots!
  2993. --Score: Player 3321 missed the shot
  2994.  
  2995. --Ball: Player 3325 got ball
  2996. --Cancha: Try 1 of player 3325 to get cancha
  2997. --Cancha: Player 3325 from team B COULDN'T get cancha
  2998. --Ball: Ball release by 3325. Couldn't get cancha.
  2999.  
  3000. --Cancha: Try 2 of player 3325 to get cancha
  3001. --Cancha: Player 3325 from team B COULDN'T get cancha
  3002. --Ball: Ball release by 3325. Couldn't get cancha.
  3003.  
  3004. --Cancha: Try 3 of player 3325 to get cancha
  3005. --Cancha: Player 3325 from team B got enemy cancha
  3006. --Shoot: Player 3325 shoots!
  3007. --Score: Player 3325 missed the shot
  3008.  
  3009. --Ball: Player 3318 got ball
  3010. --Cancha: Try 1 of player 3318 to get cancha
  3011. --Cancha: Player 3318 from team A got enemy cancha
  3012. --Shoot: Player 3318 shoots!
  3013. --Score: Player 3318 missed the shot
  3014.  
  3015. --Ball: Player 3324 got ball
  3016. --Cancha: Try 1 of player 3324 to get cancha
  3017. --Cancha: Player 3324 from team B COULDN'T get cancha
  3018. --Ball: Ball release by 3324. Couldn't get cancha.
  3019.  
  3020. --Cancha: Try 2 of player 3324 to get cancha
  3021. --Cancha: Player 3324 from team B COULDN'T get cancha
  3022. --Ball: Ball release by 3324. Couldn't get cancha.
  3023.  
  3024. --Cancha: Try 3 of player 3324 to get cancha
  3025. --Cancha: Player 3324 from team B got enemy cancha
  3026. --Shoot: Player 3324 shoots!
  3027. --Score: Player 3324 missed the shot
  3028.  
  3029.  
  3030.  
  3031. Match finished!
  3032.  
  3033. Final score is:
  3034. A : 24 B : 46
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement