stat("Players Online:\n")
stat("")
stat("")
stat(PLAYERS)
stat("")
stat("")
Problem description:
I understand that stat(PLAYERS) shows the player's icon and name.. I want to show the src's level. I thought it'd work as stat(PLAYERS, "Level: [src.level]"). but does not show the player's icon next to src's level.