Thread
:
Learn to script!
View Single Post
#
2
05-06-2011, 10:15 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Not going to quote your post since it's too long.
The problem is that functions return values, not variables. You have to assign that value to a variable.
PHP Code:
temp
.
count
=
this
.
getPlayerCount
();
echo(
"count: "
@
temp
.
count
);
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994