Thread
:
problem with the players array o.0
View Single Post
#
2
03-09-2008, 06:03 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
players is for players in the level, you need to use allplayers.
PHP Code:
for (
temp
.
i
:
allplayers
)
{
echo(
temp
.
i
.
account
);
}
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994