Advertisement
Guest User

Untitled

a guest
Oct 26th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on death:
  2. if attacker is player:
  3. if victim is player:
  4. if attacker has permission "kill.gracz":
  5. if victim has permission "kill.gracz":
  6. execute console command "eco give %attacker% 100"
  7. send "&c[&6&lKILL&r&c] &aZabiles gracza &c%victim% &ai otrzymujesz 100$" to attacker
  8. if victim has permission "kill.vip":
  9. execute console command "eco give %attacker% 150"
  10. send "&c[&6&lKILL&r&c] &aZabiles VIP'a &c%victm% &ai otrzymujesz 150%" to attacker
  11. if attacker has permission "kill.vip":
  12. if victim has permission "kill.gracz":
  13. execute console command "eco give %attacker% 200"
  14. send "&c[&6&lKILL&r&c] &aZabiles gracza &c%victim% &ai otrzymujesz 200%" to attacker
  15. if victim has permission "kill.vip":
  16. execute console command "eco give %attacker% 125"
  17. send "&c[&6&lKILL&r&c] &aZabiles VIP'a &c%victim% &ai otrzymujesz 125$" to attacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement