Arma 3
Abandoned Roads (Simple Script)
Showing 1-3 of 3 entries
Update: 22 Sep, 2018 @ 5:10am

Missing ] in the initServer.sqf example

Update: 21 Sep, 2018 @ 6:08am

You can now specify postions and ranges to blacklist from the script. Use the example below...
[
15, ======= 15% for trash
5, ======= 5% large trash
3, ======= 3% wrecks spawn
[ ======= Array containing a postion and range from postion
[
[10,10,0],15
],
[102,150,0],12
]
]
] execVM "AbandonedRoads\init.sqf";

Update: 20 Sep, 2018 @ 3:26am