diff --git a/addons/common/fnc_addPlayerAction.sqf b/addons/common/fnc_addPlayerAction.sqf index 5d37e13fc..45465de09 100644 --- a/addons/common/fnc_addPlayerAction.sqf +++ b/addons/common/fnc_addPlayerAction.sqf @@ -27,7 +27,7 @@ Author: */ params ["_actionArray"]; -TRACE_1(_this); +TRACE_1("",_this); private _return = if (isDedicated) then { WARNING("Function ran on a dedicated server. Function only usable on a client. Action: " + str _actionArray); diff --git a/addons/common/fnc_removePlayerAction.sqf b/addons/common/fnc_removePlayerAction.sqf index 6aa9aad00..94a7fcaef 100644 --- a/addons/common/fnc_removePlayerAction.sqf +++ b/addons/common/fnc_removePlayerAction.sqf @@ -27,7 +27,7 @@ Author: */ params ["_actionIndex"]; -TRACE_1(_this); +TRACE_1("",_this); private _return = if (isDedicated) then { WARNING("Function ran on a dedicated server. Function only usable on a client. Index was: " + str _actionIndex); diff --git a/addons/events/fnc_registerChatCommand.sqf b/addons/events/fnc_registerChatCommand.sqf index 1ef95e361..3239ea929 100644 --- a/addons/events/fnc_registerChatCommand.sqf +++ b/addons/events/fnc_registerChatCommand.sqf @@ -52,7 +52,7 @@ if (_code isEqualTo {}) exitWith { _availableFor = toLower _availableFor; if !(_availableFor in ["all", "admin", "adminlogged"]) exitWith { - WARNING_1("wrong argument %2 for chat command %1.",str _command,str _availableFor); + WARNING_2("wrong argument %2 for chat command %1.",str _command,str _availableFor); false }; diff --git a/addons/ui/flexiMenu/fnc_remove.sqf b/addons/ui/flexiMenu/fnc_remove.sqf index 7f1679852..71d7d04f2 100644 --- a/addons/ui/flexiMenu/fnc_remove.sqf +++ b/addons/ui/flexiMenu/fnc_remove.sqf @@ -1,4 +1,4 @@ -//#define DEBUG_MODE_FULL +//#define DEBUG_MODE_FULL #include "\x\cba\addons\ui\script_component.hpp" // _this = ["player", [DIK_LSHIFT], -3, ["mission\weapon_menuDef.sqf", ["main"]]] diff --git a/addons/ui/flexiMenu/fnc_setObjectMenuSource.sqf b/addons/ui/flexiMenu/fnc_setObjectMenuSource.sqf index 82bbf472a..923c1c4d8 100644 --- a/addons/ui/flexiMenu/fnc_setObjectMenuSource.sqf +++ b/addons/ui/flexiMenu/fnc_setObjectMenuSource.sqf @@ -1,4 +1,4 @@ -#include "\x\cba\addons\ui\script_component.hpp" +#include "\x\cba\addons\ui\script_component.hpp" // params: [_object, menuSource] (_this select 0) setVariable [QGVAR(flexiMenu_source), _this select 1]; diff --git a/addons/xeh/fnc_endLoadingScreen.sqf b/addons/xeh/fnc_endLoadingScreen.sqf index be3703d76..47f848749 100644 --- a/addons/xeh/fnc_endLoadingScreen.sqf +++ b/addons/xeh/fnc_endLoadingScreen.sqf @@ -1,7 +1,7 @@ #include "script_component.hpp" private _return = call { - #include "\a3\functions_f\Misc\fn_endLoadingScreen.sqf"; + #include "\a3\functions_f\Misc\fn_endLoadingScreen.sqf" }; isNil { diff --git a/addons/xeh/fnc_initDisplay.sqf b/addons/xeh/fnc_initDisplay.sqf index f11c1d2da..7b10c8657 100644 --- a/addons/xeh/fnc_initDisplay.sqf +++ b/addons/xeh/fnc_initDisplay.sqf @@ -1,7 +1,7 @@ #include "script_component.hpp" call { - #include "\a3\functions_f\GUI\fn_initDisplay.sqf"; + #include "\a3\functions_f\GUI\fn_initDisplay.sqf" }; params [["_event", "", [""]], ["_args", []], ["_className", "", [""]]]; diff --git a/addons/xeh/fnc_startLoadingScreen.sqf b/addons/xeh/fnc_startLoadingScreen.sqf index 3b9d669d7..ca026c78e 100644 --- a/addons/xeh/fnc_startLoadingScreen.sqf +++ b/addons/xeh/fnc_startLoadingScreen.sqf @@ -1,7 +1,7 @@ #include "script_component.hpp" private _return = call { - #include "\a3\functions_f\Misc\fn_startLoadingScreen.sqf"; + #include "\a3\functions_f\Misc\fn_startLoadingScreen.sqf" }; isNil {