Advertisement
Guest User

Untitled

a guest
Jan 16th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. if self._kill == 1:
  2.  
  3. if self.gamename == 'iourt41':
  4.  
  5. if self._hs == 1 and self._hsonoff == "on":
  6.  
  7. self.console.write('bigtext"^7First Kill By ^5Headshot ^3: %s ^7killed %s"' % (client.exactName, target.exactName))
  8. self._hs += 1
  9. return
  10.  
  11. else:
  12.  
  13. self.console.write('bigtext"^7First Kill ^3: %s ^7killed %s"' % (client.exactName, target.exactName))
  14.  
  15. elif self.gamename[:3] == "cod":
  16.  
  17. self.console.say("^2First Kill ^3: %s killed %s" % (client.exactName, target.exactName))
  18.  
  19. else:
  20.  
  21. self.console.saybig("^2First Kill ^3: %s killed %s" % (client.exactName, target.exactName))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement