Update config.sqf

Added note to DMS_SpawnMissions_Scheduled to fix the AI shooting each other
This commit is contained in:
MGT 2017-10-10 13:57:35 +01:00 committed by GitHub
parent 3fec814882
commit cb88e5f5eb

View File

@ -48,6 +48,7 @@ DMS_Enable_RankChange = false; // Whether or not to use Rank Changes. (Required
DMS_Add_AIKill2DB = false; // Adds killstat for player in the database ;)
DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a scheduled environment. Setting to true may help with lag when certain missions spawn.
//Note, if you have the above to true, you need to set DMS_ai_freezeOnSpawn = false; and DMS_ai_share_info = true;
/* Mission System Settings */
/*General settings for dynamic missions*/