From 21d546ac1c8d50a6aba2d9abb281132a9296e8b0 Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Sat, 5 Mar 2016 21:22:45 +0100 Subject: [PATCH] Added note concerning BIS_fnc_guiMessage --- addons/fastroping/functions/fnc_deployAI.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/fastroping/functions/fnc_deployAI.sqf b/addons/fastroping/functions/fnc_deployAI.sqf index 6d77259fa6..dd4bfe4e71 100644 --- a/addons/fastroping/functions/fnc_deployAI.sqf +++ b/addons/fastroping/functions/fnc_deployAI.sqf @@ -22,6 +22,7 @@ private ["_config", "_configEnabled", "_deployTime", "_unitsToDeploy", "_deployG if (isNull _vehicle || {!(_vehicle isKindOf "Helicopter")}) exitWith { if (hasInterface) then { + // Note: BIS_fnc_guiMessage causes a CTD with call, so spawn is used instead. ["deployAI was called with an invalid or non-existant vehicle.", QFUNC(deployAI)] spawn BIS_fnc_guiMessage; }; ACE_LOGERROR('FUNC(deployAI): deployAI was called with an invalid or non-existant vehicle.');