mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add base icon
This commit is contained in:
parent
071201ea46
commit
3ac1525a3d
@ -15,7 +15,7 @@ class CfgVehicles {
|
|||||||
displayName = CSTRING(MetalDetector);
|
displayName = CSTRING(MetalDetector);
|
||||||
condition = QUOTE([ACE_player] call FUNC(hasDetector));
|
condition = QUOTE([ACE_player] call FUNC(hasDetector));
|
||||||
statement = "";
|
statement = "";
|
||||||
icon = "" //TODO
|
icon = QPATHTOF(ui\icon_mineDetector.paa);
|
||||||
exceptions[] = {};
|
exceptions[] = {};
|
||||||
class GVAR(activate) {
|
class GVAR(activate) {
|
||||||
displayName = CSTRING(ActivateDetector);
|
displayName = CSTRING(ActivateDetector);
|
||||||
@ -35,14 +35,14 @@ class CfgVehicles {
|
|||||||
displayName = CSTRING(ConnectHeadphones);
|
displayName = CSTRING(ConnectHeadphones);
|
||||||
condition = QUOTE(call FUNC(canConnectHeadphones));
|
condition = QUOTE(call FUNC(canConnectHeadphones));
|
||||||
statement = QUOTE([ARR_2(ACE_player, true)] call FUNC(connectHeadphones));
|
statement = QUOTE([ARR_2(ACE_player, true)] call FUNC(connectHeadphones));
|
||||||
icon = "" //TODO
|
icon = ""; //TODO
|
||||||
exceptions[] = {};
|
exceptions[] = {};
|
||||||
};
|
};
|
||||||
class GVAR(disconnectHeadphones) {
|
class GVAR(disconnectHeadphones) {
|
||||||
displayName = CSTRING(DisconnectHeadphones);
|
displayName = CSTRING(DisconnectHeadphones);
|
||||||
condition = QUOTE(call FUNC(canDisconnectHeadphones));
|
condition = QUOTE(call FUNC(canDisconnectHeadphones));
|
||||||
statement = QUOTE([ARR_2(ACE_player, false)] call FUNC(connectHeadphones));
|
statement = QUOTE([ARR_2(ACE_player, false)] call FUNC(connectHeadphones));
|
||||||
icon = "" //TODO
|
icon = ""; //TODO
|
||||||
exceptions[] = {};
|
exceptions[] = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
BIN
addons/minedetector/ui/icon_mineDetector.paa
Normal file
BIN
addons/minedetector/ui/icon_mineDetector.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user