Patriot123 1 Posted February 8, 2014 In Arma 3 have trouble with setvariable and getvariable: 1) StartUp MP-mission 2) Connect player in game 3) On server side create object and doing: object123 SetVariable ["test","test",true]; 4) On client side: systemchat format["check: %1", object123 getvariable "test"]; -> welldone, result: "check: test". Good. 5) Player dissconnect from game 6) Connect again to this server 7) And player doing: systemchat format["check: %1", object123 getvariable "test"]; -> result: "check: ". 8) WTF? In Arma 2 all good work, its problem only Arma 3. Share this post Link to post Share on other sites
giallustio 770 Posted February 8, 2014 Jman noticed it too with my revive script. http://forums.bistudio.com/showthread.php?148085-BTC-Revive&p=2600782&viewfull=1#post2600782 Share this post Link to post Share on other sites