for(var/mob/T in world)
if(T.client)
var/text="<tr><td>"
var/icon/AA = new(T.icon,T.icon_state)
if(T.payPal) text+="<a class='Pay' href='?src=\ref[usr];Pay=1;[T.key]'><font color=green>[T.name]</a>"
else text+="<font color=silver>[T.name]"
T << browse_rsc(AA)
text+="</td><td><img src=\"[AA]\"></td>"
Problem description:
I'm trying to display the icon of the person in a browser/who window. anyone know a way to do this because my way wont >.> Or maybe its impossible i dont know.