
10-14-2014, 07:56 PM
|
|
a true gentlemen
|
 |
Join Date: Aug 2008
Location: USA
Posts: 1,863
|
|
|
Hopefully you're doing this on serverside.
When you do player.clientr.whatever = null; it shouldn't appear in your players attributes unless the value is anything other than null. So if you were to add the following within any serverside function: player.clientr.whatever = "supercoolvar"; echo(player.clientr.whatever); I'd expect to see supercoolvar output on RC. The reason you're able to see an output for player.clientr.whatever.add(0); is because you're creating an array which adds another null value every time the function is called.
Actually scrach that, are you trying to verify a tree has been cut down before you can chop it? |
|
|
|