this can save items:
http://orbs.daprogs.com/rtb/forum.returntoblockland.com/dlm/viewFile2eef.html?id=5140
to find the saving variables add-on, go here:
http://lugnut.co.vu/add_ons/
press ctrl+f (assuming you're on chrome, idk if this workings with every browser)
type "savingv", it'll bring you right to it
he needs help with VCE, not other addons.
So. Here is how to save money:
You would add a money variable to a player or client. EX: OnActivate - Client/Player - ModVariable - Gold : Add : 1
To save that variable you would have to do OnActivate(Or Any Other Activation Function) - Self - VCE - savevariable / loadvariable to load it - <var:cl:Gold>
now guns are a bit different. You would have to add a variable to every gun to save it. EX:
OnItemPickup - Client - ModVariable - HasSMG : Set : 1
And save the variable the same way you would save any other variable:
OnActivate(Or Any Other Activation Function) - Self - VCE - savevariable / loadvariable to load it - <var:cl:HasSMG>
Load it vice versa
You would do this all the same if you are adding the variable to the player, but instead of using <var:cl: - > You would youse <var:pl - >
If this didnt help, pm me with your steam/skype and ill add you so I can help you get this working.
For now I have to go.