corrected errors in blckClient.sqf

This commit is contained in:
Ghostrider-GRG- 2018-03-01 00:28:15 -05:00
parent e0e1b0c89e
commit f93cd92cee
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -62,7 +62,7 @@
// blck_labelMapMarkers: Determines if when the mission composition provides text labels, map markers with have a text label indicating the mission type
//When set to true,"arrow", text will be to the right of an arrow below the mission marker.
// When set to true,"dot", ext will be to the right of a black dot at the center the mission marker.
blck_labelMapMarkers = [false,"center"];
blck_labelMapMarkers = [true,"center"];
blck_preciseMapMarkers = false; // Map markers are/are not centered at the loot crate
blck_showCountAliveAI = true;

View File

@ -16,4 +16,4 @@
#define useAPEX
//#define useDynamicSimulation
//#define blck_debugMode
//#define blck_milServer
#define blck_milServer

View File

@ -3,9 +3,9 @@
// Last Updated 1/11/17
// by Ghostrider-DbD-
//////////////////////////////////////////
blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf";
blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf";
blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf";
//blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf";
//blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf";
//blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf";
if !(isServer) then
{
//diag_log "[blckeagls] initializing client variables";