Guest User

KillStreak WW

a guest
Nov 2nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. variables:
  2. {killstreakwymag:%player%} = 4
  3. {killstreak:%player%} = 0
  4. on death of player:
  5. if attacker is player:
  6. add 1 to {killstreak:%player%}
  7. else:
  8. stop
  9. if {killstreak:%player%} > {killstreakwymag:%player%}:
  10. broadcast "&aGracz &e&l%player% &azabil {killstreak:%player%} osob!"
  11. else:
  12. stop
  13. on death of player:
  14. set {killstreak:%player%} to 0
  15. send "&9Straciles swoj postep w zabijaniu (KillStreak) :(" to player
Advertisement
Add Comment
Please, Sign In to add comment