View Single Post
  #2  
Old 08-24-2011, 05:02 AM
0PiX0 0PiX0 is offline
Coder
0PiX0's Avatar
Join Date: Jan 2011
Posts: 130
0PiX0 is a jewel in the rough0PiX0 is a jewel in the rough
Quote:
Originally Posted by Astram View Post
And for the allplayers level thing
PHP Code:
for (temp.allplayers) {
  echo(
p.clientr.level);

You cannot read the client or clientr variables of other players from the clientside.
Reply With Quote