mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
add hotfix files to mission check
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
//Put this code at the bottom of dayz_server\init\server_functions.sqf
|
//Put this code at the bottom of dayz_server\init\server_functions.sqf
|
||||||
|
|
||||||
//List all of the files in your mission. For example, you may need to add 'custom\variables.sqf', etc.
|
//List all of the files in your mission. For example, you may need to add 'custom\variables.sqf', etc.
|
||||||
_files = ['description.ext','init.sqf','mission.sqm','rules.sqf'];
|
//DEFAULT VALUES ARE FOR DayZ_Epoch_11.Chernarus HOTFIX 1.0.6.1A
|
||||||
|
_files = ['description.ext','init.sqf','mission.sqm','rules.sqf','server_traders.sqf','DZE_Hotfix_1.0.6.1A\groups\init.sqf','DZE_Hotfix_1.0.6.1A\groups\groupTags.sqf','DZE_Hotfix_1.0.6.1A\groups\groupMarkers.sqf','DZE_Hotfix_1.0.6.1A\init\compiles.sqf','DZE_Hotfix_1.0.6.1A\system\progress_monitor.sqf'];
|
||||||
|
|
||||||
_list = [];
|
_list = [];
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user