MrNorbertPL24

Untitled

Jun 23rd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. command /zaglosuj [<text>]:
  2. trigger:
  3. if {glosuj.%player%} is not set:
  4. set {glosuj.%player%} to false
  5. if arg 1 is not set:
  6. set {glosuj.total} to 0
  7. add {glosuj.1} to {glosuj.total}
  8. add {glosuj.2} to {glosuj.total}
  9. add {glosuj.3} to {glosuj.total}
  10. send "&a 1 - &2NNorbertPL &a(&c%{glosuj.1}%&a)"
  11. send "&a 2 - &2AdRiaNo_6_6 &a(&c%{glosuj.2}%&a)"
  12. send "&a 3 - &2Nitexx3 &a(&c%{glosuj.3}%&a)"
  13. send "&a Razem oddano &2%{glosuj.total}%&a glosow"
  14. if arg 1 is set:
  15. arg 1 is "1":
  16. if {glosuj.%player%} is true:
  17. stop
  18. send "&2Juz glosowales..."
  19. else:
  20. add 1 to {glosuj.1}
  21. send "&2Zaglosowano na: &cNNorbertPL"
  22. set {glosuj.%player%} to true
  23. arg 1 is "2":
  24. if {glosuj.%player%} is true:
  25. send "&2Juz glosowales..."
  26. stop
  27. else:
  28. add 1 to {glosuj.2}
  29. set {glosuj.%player%} to true
  30. send "&2Zaglosowano na: &cAdRiaNo_6_6"
  31. arg 1 is "3":
  32. if {glosuj.%player%} is true:
  33. send "&2Juz glosowales..."
  34. stop
  35. else:
  36. add 1 to {glosuj.3}
  37. set {glosuj.%player%} to true
  38. send "&2Zaglosowano na: &cNitexx3"
  39. arg 1 is not "1" or "2" or "3":
  40. send "&2Nie ma takiej osoby.."
Advertisement
Add Comment
Please, Sign In to add comment