Thread
:
Player level/gmap in clientside allplayers loop
View Single Post
#
2
08-24-2011, 05:02 AM
0PiX0
Coder
Join Date: Jan 2011
Posts: 130
Quote:
Originally Posted by
Astram
And for the allplayers level thing
PHP Code:
for (
temp
.
p
:
allplayers
) {
echo(
p
.
clientr
.
level
);
}
You cannot read the client or clientr variables of other players from the clientside.
0PiX0
View Public Profile
View GraalOnline Profile
Find all posts by 0PiX0