Skip to content

Instantly share code, notes, and snippets.

@Blueyescat
Created January 28, 2019 13:25
Show Gist options
  • Save Blueyescat/799fae0e42da4b80bf19cb7b88c9bbeb to your computer and use it in GitHub Desktop.
Save Blueyescat/799fae0e42da4b80bf19cb7b88c9bbeb to your computer and use it in GitHub Desktop.
on server list ping:
clear the hover list
loop all players:
add 1 to {_n}
if loop-player's group is "yonetici":
set {_color} to "&4"
else if loop-player's group is "yardimci":
set {_color} to "&2"
else:
set {_color} to "&7"
add "%{_color}%%loop-player%" to the hover list
if {_n} is 13:
stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment