ID:273944
 
How do I create a stat that shows every mob who is online? I can get "usr" to show up but that just means you can see yourself in the list. I can't get the list of all players to show up. How do I do this? Other methods I have tried just return 1 and 0 for true or false.
Zerok Kaiba wrote:
How do I create a stat that shows every mob who is online? I can get "usr" to show up but that just means you can see yourself in the list. I can't get the list of all players to show up. How do I do this? Other methods I have tried just return 1 and 0 for true or false.

You will use for().
In response to Hashir
Wow thanks man that helped so much. I just moved the mob/M in world that i put in the Stat() brackets and put it in for(). Appreciate the help and quick reply to my post :D
In response to Zerok Kaiba
Zerok Kaiba wrote:
Wow thanks man that helped so much. I just moved the mob/M in world that i put in the Stat() brackets and put it in for(). Appreciate the help and quick reply to my post :D

No problem bro.