Jump to content
Sign in to follow this  
Patriot123

Trouble with setvariable

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×