ozeppo

Why I Dead

Jul 18th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #####################
  2. #Autor Ozeppo YouTube
  3. #Zakaz Kopiowania
  4. ####################
  5.  
  6. command /zabij [<text>] [<text>]:
  7. trigger:
  8. if player has permission "wid.kill"
  9. if arg 1 is not set:
  10. send "&7[&6KillPlayer&7]&2Podaj nick gracza"
  11. if arg 2 is not set: "&7[&6KillPlayer&7]&2Podaj powód"
  12.  
  13. if arg 1 is set:
  14. execute console command "kill %arg 1%"
  15. broadcast "&6Gracz &2%arg 1% &6został zabity z powodu %arg 2%"
Advertisement
Add Comment
Please, Sign In to add comment