if(src.Friends.len>0)
statpanel("Friends")
stat("Total Friends",src.Friends.len)
for(var/X in src.Friends)
var/client/M=locate(X)
if(M)
stat(M)
Problem description: I can make it show friends who are online
ID:139199
May 6 2011, 7:27 am
|
|
Code:
if(src.Friends.len>0) Problem description: I can make it show friends who are online |
In response to Nal_rA
|
|
still not showing in statpanel
|
In response to Hassanjalil
|
|
if(src.Friends.len>0) Try that, not sure if it will work. I didnt test it or anything but meh. |
That last if(C) might not be necessary, I forget how it checks through lists regarding logging situations.