mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
Fixed GVAR external calls
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
PREP(initCOTRouter);
|
|
||||||
PREP(logMessage);
|
PREP(logMessage);
|
||||||
PREP(notify);
|
PREP(notify);
|
||||||
@@ -33,7 +33,7 @@ if (isServer) exitWith {
|
|||||||
{
|
{
|
||||||
_objectType = _x call BIS_fnc_objectType;
|
_objectType = _x call BIS_fnc_objectType;
|
||||||
if ((_objectType select 0) == "Soldier") then {
|
if ((_objectType select 0) == "Soldier") then {
|
||||||
if (!GETVAR(_x,EVAR(client,eudConnected))) then {
|
if (!GETVAR(_x,EGVAR(client,eudConnected),false)) then {
|
||||||
_callsign = [_x] call armatak_fnc_extract_unit_callsign;
|
_callsign = [_x] call armatak_fnc_extract_unit_callsign;
|
||||||
_group_name = [group _x] call armatak_fnc_extract_group_color;
|
_group_name = [group _x] call armatak_fnc_extract_group_color;
|
||||||
_group_role = [_x] call armatak_fnc_extract_group_role;
|
_group_role = [_x] call armatak_fnc_extract_group_role;
|
||||||
|
|||||||
Reference in New Issue
Block a user