MrNorbertPL24

Untitled

Jul 7th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /fakemsg [<text>]:
  2. trigger:
  3. if player has permissions "fakemsg.*" or "zitcraft.*":
  4. arg 1 is set:
  5. loop all players:
  6. set {_komenda} to "%colored arg 1%"
  7. replace all "{p}" with "%loop-player%" in {_komenda}
  8. send "%{_komenda}%" to loop-player
  9. arg 1 is not set:
  10. send "&6Uzycie: &b/fakemsg <wiadomosc>"
  11. send "&a {p} - loop-player
Advertisement
Add Comment
Please, Sign In to add comment