Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. variables:
  2. {turbo::money} = false
  3.  
  4. command /turbomoney [<player>]:
  5. executable by: console
  6. trigger:
  7. if {turbo::money} is false:
  8. set {turbo::money} to true
  9. send "&aAktywowano usluge." to player
  10. else:
  11. set {turbo::money} to false
  12. send "&cDezaktywowano usluge." to player
  13.  
  14. on death:
  15. if attacker is not victim:
  16. if attacker is a player:
  17. if victim is a player:
  18. set {_a} to attacker
  19. send {_a} title "&c%victim% &7zostal zabity." with subtitle "&cWalcz, stan sie legenda!" for 3 seconds
  20. broadcast "&6C&eS &7» &c%victim% &7zostal zabity przez &c%attacker% &7[&e+25$&7]."
  21. send "&6C&eS &7» &cPrzegrales. &7Twoim zabojca jest &c%attacker% &7[&c-15$&7]." to victim
  22. add 25 to {stats::coins::%attacker%}
  23. add -15 to {stats::coins::%victim%}
  24. if {turbo::money} is true:
  25. add 50 to {stats::coins::%attacker%}
  26. send "&aAktywowano usluge."
  27. wait 3 hours
  28. set {turbo::money} to false
  29. send "&cDezaktywowano usluge."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement