Hi, currently testing out A2N.
I have problems sending an list from .NET to Arma and make it an array.
My reload users pass this: Result: "[""77546054"", ""32466502"", ""86731142"", ""47548038"", ""14436678""]"
_result = format["users = %1", ("Arma2Net.Unmanaged" callExtension "TestPlugin [reloadUsers]")];
call compile _result;
However way I do it, I'm not able to loop trough users afterwards. Any suggestions?