Arma 3
Dagger Training Map (Utility, MP Ready)
Showing 1-7 of 7 entries
Update: 14 Apr, 2024 @ 10:17pm

-Changed bomb_range_area marker's opacity to 0%

Update: 13 Apr, 2024 @ 11:32pm

-Fixed vehicle spawn system once again
-Added target spawning to bombing range
- Any plane/helicopter spawned will allow crew to spawn/delete targets.

Update: 8 Apr, 2024 @ 10:28pm

-This SHOULD be the final fix for dead crew in spawned vehicles. Apparently ARMA 3 doesn't like deleting player corpses with deleteVehicle. So now I'm using deleteVehicleCrew!
-vehicle variable is now set as public, I thought missionNamespace setVariable would be public by default.
-Vehicles spawned using the vehicle spawning system are now added to zeus' editable objects by the script the moment they're spawned.

Update: 8 Apr, 2024 @ 5:23pm

-Fixed signs
-Vehicle spawn system now deletes dead crew members before a new vehicle is spawned. Previously dead crew members would prevent vehicle spawn due to there still being crew.

Update: 6 Apr, 2024 @ 5:09pm

Changed thumbnail image

Update: 6 Apr, 2024 @ 5:02pm

Added Medical Area marker, removed test unit.

Update: 6 Apr, 2024 @ 4:46pm

Initial commit