View Single Post
  #16  
Old 03-09-2008, 07:05 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Try something like this:

PHP Code:
echo("I am generating a list now!");
for (
temp.allplayers) {
  if (!
p.isexternal && p.level != "") {
    echo(
" - " p);
  }

Also: allplayers is not an array of strings but is in fact an array of TServerPlayer's and such.
__________________
Do it with a DON!
Reply With Quote