var/list/players = list()
var/list/gms = list()
statpanel("People Online")
for(var/mob/characters/M in world)
if(M.gm==1)
gms+=M
else
players+=M
stat("GM's:",gms)
stat(gms,(M))
stat(gms,"[M.name]([M.key])'s Location: ([M.x],[M.y],[M.z])")
stat("Player's:",players)
stat(players,(M))
stat(players,"[M.name]([M.key])'s Location: ([M.x],[M.y],[M.z])")
ID:148555
Dec 31 2002, 4:58 pm
|
|
Hehehe...so my topic got someone's attention, ok here's my prob...I want to make a list of who's on in the Statpanel, for two reasons...1: surveillance, 2: easy editing if needed. But, it doesn't show up correctly...it shows the mobs in both categories. Anyone know what's wrong?
|
Dec 31 2002, 10:42 pm
|
|
Yes.
|
In response to Garthor
|
|
Garthor, why are you going out of your way to make sarcastic comments lately? He asked for help. Either give it to him or shut up.
Goku, you're displaying the stats twice for each person; once under the heading GM, and again under People, regardless of whether or not they're GMs. Doh. :-) |
In response to Crispy
|
|
I'm not being sarcastic. I am responding to his question, which was "do you know what the problem is?", essentially. He never asked WHAT the problem is.
|
In response to Garthor
|
|
-_- ok...what's the problem? LOL
|
In response to Crispy
|
|
Thanks
|
In response to Garthor
|
|
You know what I mean, Garthor. :-)
|