Arma 3
AIO Arsenal+Service (Huron Cargo Container, Orange UI)
Showing 1-4 of 4 entries
Update: 30 Sep @ 12:25am

[Changed] - Disabled Damage. This can be changed in a few ways:
- Delete the code:
[_serviceUnit, false] remoteExec ['allowDamage'];
{
[_x, false] remoteExec ['allowDamage'];
} forEach attachedObjects _serviceUnit;
- Put Apostrophes ( ' ) around all of the above code in the init, ending with ;
- Edit the damage attributes of the object in eden editor, then save a custom composition for later use
- Using a Zeus debug console, type:
[this, true] remoteExec ['allowDamage'];
{
[_x, true] remoteExec ['allowDamage'];
} forEach attachedObjects this;

Update: 26 Sep @ 1:18am

Update: 26 Sep @ 1:01am

[Changed] - UI Color is now orange (was green)

Update: 18 Oct, 2022 @ 6:40pm