Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. on script load:
  2. delete {killstreakCount::*}
  3. delete {killstreakTime::*}
  4. on death of player:
  5. attacker is a player
  6. add 1 to {killstreakCount::%attacker%}
  7. set {killstreakTime::%attacker%} to now
  8. set {_now} to now
  9. if {killstreakCount::%attacker%} is 2:
  10. message "&e&lDOUBLE KILL! (2)" to attacker
  11. if {killstreakCount::%attacker%} is 3:
  12. message "&e&lTRIPLE KILL! (3)" to attacker
  13. if {killstreakCount::%attacker%} is 4:
  14. message "&e&lMULTI KILL! (4)" to attacker
  15. if {killstreakCount::%attacker%} is 5:
  16. message "&e&lULTRA KILL! (5)" to attacker
  17. if {killstreakCount::%attacker%} is 6:
  18. message "&e&lMONSTER KILL! (6)" to attacker
  19. if {killstreakCount::%attacker%} is 7:
  20. message "&e&lRAMPAGE KILL! (7)" to attacker
  21. if {killstreakCount::%attacker%} is 8:
  22. message "&e&lUNSTOPPABLE KILL! (8)" to attacker
  23. if {killstreakCount::%attacker%} is 9:
  24. message "&e&lNOXI KILL! (9)" to attacker
  25. if {killstreakCount::%attacker%} is 10:
  26. message "&e&lGODLIKE KILL! (10)" to attacker
  27. if {killstreakCount::%attacker%} is 11:
  28. message "&e&lELAXTA KILL! (11)" to attacker
  29. if {killstreakCount::%attacker%} is 12:
  30. message "&e&lTOZT KILL! (12)" to attacker
  31. if {killstreakCount::%attacker%} is 13:
  32. message "&e&lTREXTEN KILL! (13)" to attacker
  33. if {killstreakCount::%attacker%} is 14:
  34. message "&e&lFOXTE KILL! (14)" to attacker
  35. if {killstreakCount::%attacker%} is 15:
  36. message "&e&lSEXTI KILL! (15)" to attacker
  37. if {killstreakCount::%attacker%} is 16:
  38. message "&e&lOLTA KILL! (16)" to attacker
  39. if {killstreakCount::%attacker%} is 17:
  40. message "&e&lNEXU KILL! (17)" to attacker
  41. if {killstreakCount::%attacker%} is 18:
  42. message "&e&lWICKED KILL! (18)" to attacker
  43. if {killstreakCount::%attacker%} is 19:
  44. message "&e&lTRIPLE KILL! (19)" to attacker
  45. if {killstreakCount::%attacker%} is 20:
  46. message "&e&lICOSA KILL! (20)" to attacker
  47. send "&8&l[ &e&lIcosa Kill &8&l] &e%attacker% &fhar lige fået &e&lIcosa &fkill!" to all players
  48. add 1 to {icosa::%attacker%}
  49. if {killstreakCount::%attacker%} is 21:
  50. message "&e&lMALTO KILL! (21)" to attacker
  51. if {killstreakCount::%attacker%} is 22:
  52. message "&e&lRAPIX KILL! (22)" to attacker
  53. if {killstreakCount::%attacker%} is 23:
  54. message "&e&lFILOZ KILL! (23)" to attacker
  55. if {killstreakCount::%attacker%} is 24:
  56. message "&e&lPROMOX KILL! (24)" to attacker
  57. if {killstreakCount::%attacker%} is 25:
  58. execute console command "eco give %player% 250"
  59. message "&e&lPILIX KILL! (25)" to attacker
  60. if {killstreakCount::%attacker%} is 26:
  61. message "&e&lELECTRA KILL! (26)" to attacker
  62. if {killstreakCount::%attacker%} is 27:
  63. message "&e&lDECO KILL! (27)" to attacker
  64. if {killstreakCount::%attacker%} is 28:
  65. message "&e&lYEPIZ KILL! (28)" to attacker
  66. if {killstreakCount::%attacker%} is 29:
  67. message "&e&lZEPTA KILL! (29)" to attacker
  68. if {killstreakCount::%attacker%} is 30:
  69. message "&e&lCITRO KILL! (30)" to attacker
  70. send "&8&l[ &e&lCitron Kill &8&l] &e%attacker% &fhar lige fået &e&lCitro &fkill!" to all players
  71. add 1 to {citro::%attacker%}
  72. wait 11 seconds
  73. {killstreakTime::%attacker%} is {_now}
  74. delete {killstreakCount::%attacker%}
  75. delete {killstreakTime::%attacker%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement