View Single Post
  #3  
Old 10-14-2014, 07:56 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
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?
__________________
Reply With Quote