Kokoszka

Untitled

Dec 10th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. variables:
  2. {zabojstwa.%player%} = 0
  3. {smierci.%player%) = 0
  4. {wejscia.%player%} = 0
  5. {punkty.%player%} = 0
  6. {smiercinatural.%player%} = 0
  7.  
  8. on death:
  9. attacker is a player
  10. victim is a player
  11. add 1 to {smiercinatural.%player%}
  12. add 1 to {zabojstwa.%attacker%}
  13. add 1 to {smierci.%victim%}
  14. set {_pkt} to random number between 1 and 10
  15. add {_pkt} to {punkty.%attacker%}
  16. send "&eZabiles gracza:&7 %victim%." to attacker
  17. send "&cZostales zabity przez gracza:&7 %attacker%" to victim
  18.  
  19.  
  20. on login:
  21. add 1 to {wejscia.%player%}
  22.  
  23. command /profil:
  24. trigger:
  25. send "&c|======= << PROFIL >> =======|" to player
  26. send "&3Twoj nick w grze:&2&l %player%" to player
  27. send "&3Odwiedziles juz nas:&2&l %{wejscia.%player%}%" to player
  28. send " " to player
  29. send "&3Zgony:&2&l %{smierci.%player%}%"
  30. send "Zgony naturalne %{smiercinatural.%player%}%"
  31. send "&3Zabiles:&2&l %{zabojstwa.%player%}%" to player
  32. send "&3Punkty:&2&l %{punkty.%player%}%" to player
  33. send " " to player
  34. send "&3Twoja ranga: Obywatel" to player
  35. send "&1Zyczymy milej gry! Team LostLands.pl" to player
  36. send "&c|======= << PROFIL >> =======|" to player
Advertisement
Add Comment
Please, Sign In to add comment