[Solved] How can I add missions in Overwatch server?

Loganout

New Member
My server does not have custom script.
I'm looking for some time.
I do not find something that works, someone here could help me?

I would like to add missions on my server.
I followed some tutorials and did not work.

Does anyone here know a video tutorial or could make one for the current version of Overwatch?

This would be of great help to many people and also give you many views. =).

Please.


Sorry my English, I'm Brazilian.
 
Unpack your dayz_server.pbo
Put this folder inside (you will need to download it and unzip it).
Then open your system folder inside your dayz_server.pbo and open the server_monitor.sqf file
Look for this line:
Code:
allowConnection = true;
DIRECTLY ABOVE that line, add:
Code:
[] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
Now save the server_monitor.sqf
Repack your dayz_server.pbo
Upload to server. Easy, right?
 
Back
Top