View Single Post
  #2  
Old 06-02-2009, 07:36 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
I actually had a similar problem yesterday but Tig helped me out.

Try setting it to "" first, and then doing clearemptyvars();
PHP Code:
player.items.(@ temp.id) = "";
player.items.clearemptyvars(); 
Also, I think in your case you should make sure the .clearemptyvars() is being called on the player.items object not the player.items.(@ temp.id) object.
Reply With Quote