GamePL7

Chat Saver 1.1 #nietestowane

Aug 5th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #Od GamePL7
  2. #dla KrainaPikseli.pl
  3. Variables:
  4. {Ostatnie.msg.%player%} = none
  5. Options:
  6. Logs: chatlogs #Skript-->Logs--> (domyslnie) chatlogs
  7. on chat:
  8. log "%display of player%: %message%" to "chatlogs"
  9. command /msg [<text>] [<text>]:
  10. trigger:
  11. if argument 1 is %name of player%:
  12. if argument 2 is not empty:
  13. log "%player% -> %argument 1% : %argument 2%" to "{@logs}"
  14. Send "&7[&a%player% &7--> &aJa&7] %argument 2%" to %argument 1%
  15. Send "&7[&aJa&7 -->&a %argument 1%&7] &7%argument 2%" to player
  16. else:
  17. send "&aWpisz wiadomosc&7!" to player
  18. else:
  19. send "&aWpisz gracza&7!" to player
Advertisement
Add Comment
Please, Sign In to add comment