Skip to content

Commit

Permalink
min distance hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 7, 2021
1 parent 77a6f12 commit cef1348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BC_buymenu/functions/fn_spawnStartVehicles.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit cef1348

Please sign in to comment.