
05-07-2011, 04:12 AM
|
|
David K?
|
 |
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
|
|
Quote:
Originally Posted by cbk1994
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);
|
 I don't get it... |
|
|
|