Hello lads!
I'm currently making / modifying a coop mission in ArmA 3, most stuff works so far, managed to find most stuff i needed in the Forums already.
Now i have a little problem, it has been explained a few times already, but i just can't seem to understand it somehow :P
How can i manage to make stuff sync between all connected users ?
e.g. i have some "addaction" stuff used in my mission, but some of these actions are only executed on the local client side, and not globally for all of the players.
As far as i know, i will have to somehow send information (for ex. briefcase collected, which would be a addaction) to the server in which i set a server variable (for ex. briefcase_collected) to a specific value, in this case 1 / true.
Then the server would share this information with all collected clients, and by changing the value of the variable, the clients would know that this task has been completed, and it would show the next.
I just have no idea how i do this in arma, i am trying for quite some hours now but just can seem to get it right.
I thank all of those that give me some hints in advance! B)
- PsychOrange