corrected errors in blckClient.sqf
This commit is contained in:
parent
e0e1b0c89e
commit
f93cd92cee
BIN
@GMS/addons/custom_server.pbo
Normal file
BIN
@GMS/addons/custom_server.pbo
Normal file
Binary file not shown.
BIN
@GMS/addons/custom_server.pbo.bak
Normal file
BIN
@GMS/addons/custom_server.pbo.bak
Normal file
Binary file not shown.
@ -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
|
// 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,"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.
|
// 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_preciseMapMarkers = false; // Map markers are/are not centered at the loot crate
|
||||||
blck_showCountAliveAI = true;
|
blck_showCountAliveAI = true;
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
#define useAPEX
|
#define useAPEX
|
||||||
//#define useDynamicSimulation
|
//#define useDynamicSimulation
|
||||||
//#define blck_debugMode
|
//#define blck_debugMode
|
||||||
//#define blck_milServer
|
#define blck_milServer
|
@ -3,9 +3,9 @@
|
|||||||
// Last Updated 1/11/17
|
// Last Updated 1/11/17
|
||||||
// by Ghostrider-DbD-
|
// by Ghostrider-DbD-
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf";
|
//blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf";
|
||||||
blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf";
|
//blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf";
|
||||||
blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf";
|
//blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf";
|
||||||
if !(isServer) then
|
if !(isServer) then
|
||||||
{
|
{
|
||||||
//diag_log "[blckeagls] initializing client variables";
|
//diag_log "[blckeagls] initializing client variables";
|
||||||
|
Loading…
Reference in New Issue
Block a user