mob/verb/Who()
var/tmp/PlayerCount
for(var/mob/M in world)
if(M.client)
PlayerCount += 1
usr << browse({"<font face="Comic Sans MS"><BODY bgcolor=black><font color=red><center><font size=4><b><u><font color=#00BBDD>.:Whos Online:.</u></b></center><br><br><font size=2><font color=green><b><u><font color=red>[M.name]</u><font color=green>[M.key]
<font size=3><font color=red><br><br><b>Player(s) Online:<u>[PlayerCount]</u>."})<
Shows only one person in the browser but the player count is right and when you have more then 1 person on a game it wont show the other people like its soposed to only shows 1 person adn that person is you >.<:
</<>