From bc1e2f7ed98424a13c668403777bd60531b6c385 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Mon, 31 Aug 2015 16:52:21 -0500 Subject: [PATCH] dynamicTextRequest won't work atm :/ --- @ExileServer/addons/a3_dms/config.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index c86a152..166d504 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -49,7 +49,8 @@ DMS_DEBUG = false; //Mission notification settings DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest"] - "dynamicTextRequest", + //"dynamicTextRequest", <--- Currently won't work. + "standardHintRequest", "systemChatRequest" ]; DMS_dynamicText_Size = "0.55"; // Dynamic Text size for "dynamicTextRequest" notification type.