Guest User

Untitled

a guest
Jan 17th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.43 KB | None | 0 0
  1. if self.room.isMolodrome==True:
  2.                                                             if self.username in self.room.teamRed:
  3.                                                                 self.room.PuntosRojo += 5
  4.                                                             if self.username in self.room.teamBlue:
  5.                                                                 self.room.PuntosAzul += 5
Advertisement
Add Comment
Please, Sign In to add comment