Jump to content
Sign in to follow this  
Whitey01

DMS Missions Problem

Recommended Posts

Hello friends.
I need your help because I couldn't find a solution on the net.
It's about the "DMS Missions" script.

 

Problem 1: Solved
I'm currently building a Cam_Lao_Nam server and running DMS missions on it.
The missions run without problems.
Unfortunately, 90% of them spawn on the east coast.
The complete western map page is empty.
Can I somehow adjust that the missions are spread out more?

 

Problem 2:
DMS Assassination.
Niko spawns on the map and 4-5 seconds later he hides again.
After some time, the process repeats itself.
It spawns and immediately hides again.
I hope you can help me with the problem.
Cheers Whitey

Share this post


Link to post
Share on other sites

to Problem 1:

open DMS config.sqf and go to "DMS_UsePredefinedMissionLocations = false;" and set this to true.

Next step: go to "DMS_PredefinedMissionLocations =" there you can set spawn locations.

e.g.

    DMS_PredefinedMissionLocations =   

 [

         /* List of positions:
                                            position1: [x_1,y_1,z_1],
                                            position2: [x_2,y_2,z_2],
                                            ...
                                            positionN: [x_N,y_N,z_N]
          */
         [2159, 13977, 137.355],
         [2263.8, 13634.9, 126.175],
         [3997.83, 13218.7, 4.89189],
         [1357.27, 12790.5, 18.0868]

];

  • Thanks 1

Share this post


Link to post
Share on other sites

Works !!
Thanks a lot for your help.
Problem1 Solved.

Share this post


Link to post
Share on other sites

Problem 2

Does anyone have any guesses as to what could be the issue?

Share this post


Link to post
Share on other sites
On 3/3/2023 at 5:30 PM, Whitey01 said:

Problem 2

Does anyone have any guesses as to what could be the issue?

Check the markers on the map and make sure it doesnt spawn in the ground or soo.
also make sure u got a start and a stop marker.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×