View Single Post
  #4  
Old 04-08-2013, 04:33 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Sorry, I was making some changes.

Quote:
Originally Posted by Tim_Rocks View Post
PHP Code:
for ( temp.pl allplayers ) { //This will get you all the current players on the server.
  
if (temp.pl.level.name != player.level.name) { //And this will filter out the players that aren't in your level.
    
continue;
  }

  echo( 
temp.pl );

__________________
Reply With Quote