View Single Post
  #13  
Old 03-09-2008, 06:37 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Sorry to double-post, but I've got the weirdest ****ing problem with this now...
When both an RC and a client for an account is on, no matter what you do, when you loop through allplayers it will go to that account twice.
PHP Code:
temp.list = NULL;
for (
plallplayers) {
  if (
pl in temp.list)
    continue;
  
temp.list.add(pl);
  
temp.player findPlayer(pl);
  if (
temp.player.level.name != NULL && temp.player.level.name != "level") {
    if (
temp.player.level.name == params[3])
      echo(
pl);
  }

Will still echo my name twice if I am on both client and RC.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote