zuzul 81 Posted January 27, 2017 Hi guys, I'm new to scripting (still doing my training with the help of the Fockers Arma Scripting). I've spend countless hours searching on this forum, armaholic and event exile mod to find some clues to do achieve this without success. In a dedicated server, I want to save the content items of a container/crate and reload it every times a player access it. For the saving method, this could be an addAction on the container or a while {true} do { sleep XXX; save the stuff; } I'm pretty damn sure this is not as complicated as I think, but this is far beyond my current scripting knowledge. Any idea/help/links is welcome! Many thanks, Zul Share this post Link to post Share on other sites
hbeiramar 12 Posted January 27, 2017 What type of saving method you want? MySQL? iniDB or just namespace ... Share this post Link to post Share on other sites
zuzul 81 Posted January 27, 2017 Hello hbeiramar, namespace should be enough (I guess) as it will be only for 4-8 players. Else, I'm following any recommandation you can provide. Thanks for your time. Share this post Link to post Share on other sites