View Single Post
  #19  
Old 04-21-2009, 11:20 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Neat, never really looked into modifying the scripted Playerlist but I'm more of a external playerlist kinda guy.

There's this way as well (I'd name it.. /buddymass), so long as your buddies don't have mass ignored.

PHP Code:
//#CLIENTSIDE
function onBuddyMass() {
  for (
temp.pallplayers) {
    if (
temp.p.isbuddy)
     
temp.budz.add(temp.p);
  }
  (
"-Playerlist").openPMWindow(temp.budz,false);

__________________
Quote:
Reply With Quote