Thread
:
Returning players clientside
View Single Post
#
6
04-08-2013, 04:38 PM
DustyPorViva
Will work for food. Maybe
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
You shouldn't need allplayers.
Try:
PHP Code:
for (
temp
.
pl
:
players
) {
echo(
temp
.
pl
.
account
);
}
Alternatively just try this:
echo(players.size()); and see if it's actually just returning 1. I don't remember if players returns objects or id's.
DustyPorViva
View Public Profile
View GraalOnline Profile
Find all posts by DustyPorViva