From cef13487ff325dcd06fe476aa0efc2552d6d5d5f Mon Sep 17 00:00:00 2001 From: nomisum Date: Sun, 7 Mar 2021 20:59:55 +0100 Subject: [PATCH] min distance hint --- BC_buymenu/functions/fn_spawnStartVehicles.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BC_buymenu/functions/fn_spawnStartVehicles.sqf b/BC_buymenu/functions/fn_spawnStartVehicles.sqf index b726d1e2..c3018e15 100644 --- a/BC_buymenu/functions/fn_spawnStartVehicles.sqf +++ b/BC_buymenu/functions/fn_spawnStartVehicles.sqf @@ -18,7 +18,7 @@ diag_log format ["BUYABLES INDEX Blufor - Opfor %1 - %2", BUYABLES_BLUFOR_INDEX, if (count _opforPosition == 0 || count _bluforPosition == 0) exitWith { [ "gui_spawn_opfor"] remoteExec ["createDialog", _opforCommander]; - ["No road position found, please choose another Spawn location"] remoteExec ["hint", _opforCommander]; + ["No road position found, please choose another Spawn location or check if " + str BLUFOR_SPAWN_DISTANCE + " Blufor Spawn Distance is enough."] remoteExec ["hint", _opforCommander]; }; diag_log format ["fn_spawnStartVehicles: got positions %1 - %2", _opforPosition, _bluforPosition];