szumielxd

MOTD

Sep 7th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. on join:
  2. send "%{motd}%"
  3.  
  4. command /setmotd [<text>]:
  5. permission: gmod
  6. trigger:
  7. arg 1 is set:
  8. set {motd} to arg 1
  9. send "&aUstawiono nowe motd na:"
  10. send "&a%{motd}%"
  11. else:
  12. delete {motd}
  13. send "&aPomyslnie usunieto motd"
Add Comment
Please, Sign In to add comment