View Single Post
  #6  
Old 02-08-2014, 03:28 PM
100Zero100 100Zero100 is offline
Registered User
Join Date: Jul 2006
Posts: 31
100Zero100 is on a distinguished road
Are you attempting to do Blah64's suggestion in an onCreated on the serverside?

He put findplayer(player.account), which is redundant for "player." Either way, if you tried that in the onCreated, where there is no player scope, that would explain why it wouldn't work.

Doing:

PHP Code:
function onCreated() {
 
temp.findPlayer("Restraint").clientr.getDynamicVarNames();
 echo(
t.size());

in a serversided script, I got the echo "90" -- seems right to me.
__________________
Hi. I'm NaS!
Reply With Quote