Advertisement
grantygames

Untitled

Jun 30th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. options:
  2. #replacer's: @player
  3. entrou: &3&l@player&8&l entrou no servidor
  4. #^ mensagem quando entra no servidor
  5. saiu: &c&l@player&8&l saiu do servidor
  6. #^ mensagem quando sai do server
  7. on join:
  8. set {_entrou} to "{@entrou}"
  9. replace all "@player" with "%player%" in {_entrou}
  10. set join message to "%{_entrou}%"
  11. on quit:
  12. set {_saiu} to "{@saiu}"
  13. replace all "@player" with "%player%" in {_saiu}
  14. set quit message to "%{_saiu}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement