DMS_Exile/scripts/DMS_Config.sqf
Defent 158bc9ea68 Fixed stuff
Removed execVM.

Made it better to use for .pbo filing etc. Fixed other things too.
2015-08-25 19:29:45 +02:00

16 lines
291 B
Plaintext

DMS_Config = {
if(isServer) then {
diag_log "DMS :: Config starting to load..";
//Settings
DMS_UseMissions = true;
//DMS_DetectNearWater = true;
// Timers in seconds
//DMS_MissionMin = 60;
//DMS_MissionMax = 120;
// Finalize
DMS_Loaded = true;
};
};