nagyszebi07 5 Posted January 28, 2020 Hello DMS - How to spawn Mine? config.sqf /*Mine settings*/ DMS_SpawnMinefieldForEveryMission = true; // Whether or not to spawn a minefield for every dynamic mission. DMS_SpawnMinesAroundMissions = true; // Whether or not to spawn mines around AI missions that have them. DMS_despawnMines_onCompletion = true; // Despawn mines spawned around missions when the mission is completed DMS_MineInfo_easy = [5,50]; // Mine info for "easy" missions. This will spawn 5 mines within a 50m radius. DMS_MineInfo_moderate = [10,50]; // Mine info for "moderate" missions. This will spawn 10 mines within a 50m radius. DMS_MineInfo_difficult = [15,75]; // Mine info for "difficult" missions. This will spawn 15 mines within a 75m radius. DMS_MineInfo_hardcore = [25,100]; // Mine info for "hardcore" missions. This will spawn 25 mines within a 100m radius. DMS_SpawnMineWarningSigns = true; // Whether or not to spawn mine warning signs around a minefield. DMS_BulletProofMines = false; // Whether or not you want to make the mines bulletproof. Prevents players from being able to shoot the mines and creating explosions. /*Mine settings*/ Mission settings example: Warning sign spawn missions and static mission,mine not spawned.Why? My rpt log: https://pastebin.com/be5UCWaY Photo: https://imgur.com/a/XX2JQ0j I download Fresh mission files! https://github.com/redned70/DMSBanditMissions/tree/master/missions/bandit Share this post Link to post Share on other sites
chernaruski 338 Posted January 28, 2020 Dude, stop spamming. There is a topic for DMS related questions and you already asked about mines spawn there. 1 Share this post Link to post Share on other sites