grantygames

Untitled

Jul 5th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /ver <offlineplayer>:
  2. trigger:
  3. if arg 1 is not set:
  4. if player is online:
  5. set {_online} to "&aOnline"
  6. send "&aEsse player esta %{_online}%"
  7. else:
  8. set {_online} to "&cOffline"
  9. send "&aEsse player esta %{_online}%"
  10. if arg 1 is set:
  11. if arg 1 is online:
  12. set {_online} to "&aOnline"
  13. send "&aEsse player esta %{_online}%"
  14. else:
  15. set {_online} to "&cOffline"
  16. send "&aEsse player esta %{_online}%"
Advertisement
Add Comment
Please, Sign In to add comment