Thread
:
gatherBuddylist
View Single Post
#
2
11-25-2006, 09:39 PM
Yen
Banned
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yeah, it'd be cool.
You can currently find any buddies that are online, but that's the extent of it.
PHP Code:
for (
p
:
allplayers
) {
if (
p
.
isbuddy
)
this
.
buddies
.
add
(
p
.
account
);
}
Yen
View Public Profile
View GraalOnline Profile
Find all posts by Yen