mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
probably fixing config
This commit is contained in:
parent
67c3c7e7c3
commit
b8d0f52544
@ -4,7 +4,7 @@ class CfgVehicles {
|
|||||||
author = "$STR_ACE_Common_ACETeam";
|
author = "$STR_ACE_Common_ACETeam";
|
||||||
category = "ACE";
|
category = "ACE";
|
||||||
displayName = "Respawn System";
|
displayName = "Respawn System";
|
||||||
function = FUNC(module);
|
function = QFUNC(module);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
||||||
@ -34,10 +34,10 @@ class CfgVehicles {
|
|||||||
author = "$STR_ACE_Common_ACETeam";
|
author = "$STR_ACE_Common_ACETeam";
|
||||||
category = "ACE";
|
category = "ACE";
|
||||||
displayName = "Friendly Fire Messages";
|
displayName = "Friendly Fire Messages";
|
||||||
function = FUNC(moduleFriendlyFire);
|
function = QFUNC(moduleFriendlyFire);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa);
|
icon = QUOTE(PATHTOF(UI\Icon_Module_FriendlyFire_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -46,7 +46,7 @@ class CfgVehicles {
|
|||||||
author = "$STR_ACE_Common_ACETeam";
|
author = "$STR_ACE_Common_ACETeam";
|
||||||
category = "ACE";
|
category = "ACE";
|
||||||
displayName = "Rallypoint System";
|
displayName = "Rallypoint System";
|
||||||
function = FUNC(moduleRallypoint);
|
function = QFUNC(moduleRallypoint);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
||||||
|
Loading…
Reference in New Issue
Block a user