Hi everyone.
I use this script to command !online
local ranks = {
[1] = {"Tutor"},
[2] = {"S-Tutor"},
[3] = {"GM"},
[4] = {"CM"},
[5] = {"GOD"},
[9] = {"Admin"},
[10] = {"Owner"}
}
local config = {
showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand'))
}...