Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /ver <offlineplayer>:
- trigger:
- if arg 1 is not set:
- if player is online:
- set {_online} to "&aOnline"
- send "&aEsse player esta %{_online}%"
- else:
- set {_online} to "&cOffline"
- send "&aEsse player esta %{_online}%"
- if arg 1 is set:
- if arg 1 is online:
- set {_online} to "&aOnline"
- send "&aEsse player esta %{_online}%"
- else:
- set {_online} to "&cOffline"
- send "&aEsse player esta %{_online}%"
Advertisement
Add Comment
Please, Sign In to add comment