View Single Post
  #1  
Old 04-08-2013, 04:22 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Returning players clientside

PHP Code:
for ( temp.players ) {
  echo( 
temp.);

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.
Reply With Quote