Thread
:
Returning players clientside
View Single Post
#
1
04-08-2013, 04:22 PM
devilsknite1
C:
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
Returning players clientside
PHP Code:
for (
temp
.
i
:
players
) {
echo(
temp
.
i
);
}
This is only returning one player in the same level on the clientside, and I want it to return all of the players in the level; or in the players[] array case, 3x3 levels, which is also fine.
devilsknite1
View Public Profile
View GraalOnline Profile
Visit devilsknite1's homepage!
Find all posts by devilsknite1