Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {zabojstwa.%player%} = 0
- {smierci.%player%) = 0
- {wejscia.%player%} = 0
- {punkty.%player%} = 0
- {smiercinatural.%player%} = 0
- on death:
- attacker is a player
- victim is a player
- add 1 to {smiercinatural.%player%}
- add 1 to {zabojstwa.%attacker%}
- add 1 to {smierci.%victim%}
- set {_pkt} to random number between 1 and 10
- add {_pkt} to {punkty.%attacker%}
- send "&eZabiles gracza:&7 %victim%." to attacker
- send "&cZostales zabity przez gracza:&7 %attacker%" to victim
- on login:
- add 1 to {wejscia.%player%}
- command /profil:
- trigger:
- send "&c|======= << PROFIL >> =======|" to player
- send "&3Twoj nick w grze:&2&l %player%" to player
- send "&3Odwiedziles juz nas:&2&l %{wejscia.%player%}%" to player
- send " " to player
- send "&3Zgony:&2&l %{smierci.%player%}%"
- send "Zgony naturalne %{smiercinatural.%player%}%"
- send "&3Zabiles:&2&l %{zabojstwa.%player%}%" to player
- send "&3Punkty:&2&l %{punkty.%player%}%" to player
- send " " to player
- send "&3Twoja ranga: Obywatel" to player
- send "&1Zyczymy milej gry! Team LostLands.pl" to player
- send "&c|======= << PROFIL >> =======|" to player
Advertisement
Add Comment
Please, Sign In to add comment