Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. elif event.startswith("reportmap "):
  2. if EVENTCOUNT >= 2:
  3. mapnumber = event_raw.split(" ", 1)[1]
  4. self.server.sendModChat(self, "\x06\x14", ['<N>O seguinte jogador "<ROSE>'+self.username+'<N>" reportou o mapa "<ROSE>'+str(mapnumber)+'"<N>.'])
  5. self.sendData("\x1A" + "\x09",["1"])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement