Arma 3
Drongos Active Protection System
NutzMcKracken 2020년 3월 20일 오전 9시 41분
Issues with CfgRemoteExec?
I believe we have the addon working on the server as we see the panel and have no issues with some vehicles on the server.

However I'm seeing this in our server logs and wanted to make you aware of the issue:

11:32:27 File DAPS\config.cpp, line 50: '/CfgRemoteExec/Functions/DAPS_fnc_RegisterVehicle.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 51: '/CfgRemoteExec/Functions/DAPS_fnc_DeductAmmo.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 52: '/CfgRemoteExec/Functions/DAPS_fnc_Blast.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 53: '/CfgRemoteExec/Functions/DAPS_fnc_RearmAPS.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 54: '/CfgRemoteExec/Functions/DAPS_fnc_DisableAPStype.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 55: '/CfgRemoteExec/Functions/DAPS_fnc_DisableAPS.allowedTargets': Missing ';' prior '}'

I don't think we're having issues with remote exec, but I'll need to test.

We do use Exile but this is before Exile is loaded and I've added extra entries to our mission file for special addon's functions to work in MP.

I hope this helps with any issues that might be known as I'm wondering if this might hamper execution.

I'll be sure to test more this weekend as we are implementing this on our Warfare (CTI / BECTI) server as well.

As a follow up to the other post. It would very much help if you can generate keys for each of your addons, we had an issue when someone loaded Area of Operations on one of the servers and we can't use one key as it will allow all your addons that use that key to be loaded.

Please look into this as then we can determine which mods should be loaded or not.

Thanks for your work again! Also really enjoy using the DCE as well!!
< >
전체 댓글 6개 중 1~6개 표시 중
UncleBilly 2020년 3월 31일 오전 11시 23분 
I'm getting the same "missing" messages on those lines in those files. Doing a quick look at those files and the corresponding fnc calls, nothing obvious leaped out.
Drongo  [개발자] 2020년 4월 8일 오후 7시 33분 
Thanks for the reports, I'll take a look at it.
UncleBilly 2020년 4월 8일 오후 9시 04분 
I think you need a semicolon inside the curly braces.

class DAPS_fnc_RegisterVehicle{allowedTargets=0;};
class DAPS_fnc_DeductAmmo{allowedTargets=0;};
class DAPS_fnc_Blast{allowedTargets=0;};
class DAPS_fnc_RearmAPS{allowedTargets=0;};
class DAPS_fnc_DisableAPStype{allowedTargets=0;};
class DAPS_fnc_DisableAPS{allowedTargets=0;};
NutzMcKracken 2020년 4월 9일 오후 4시 58분 
^ this....
Drongo  [개발자] 2020년 4월 9일 오후 5시 30분 
Thanks, this should be fixed now.
NutzMcKracken 2020년 4월 9일 오후 7시 55분 
Thanks! Appreciate it!
< >
전체 댓글 6개 중 1~6개 표시 중
페이지당 표시 개수: 1530 50