mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added icons
This commit is contained in:
parent
78c9991f68
commit
eb0541d726
@ -25,7 +25,7 @@ class CfgVehicles {
|
|||||||
condition = QUOTE(_player call FUNC(canStand));
|
condition = QUOTE(_player call FUNC(canStand));
|
||||||
statement = QUOTE(_player call FUNC(stand));
|
statement = QUOTE(_player call FUNC(stand));
|
||||||
priority = 0;
|
priority = 0;
|
||||||
//icon = PATHTOF(UI\sit_ca.paa);
|
icon = PATHTOF(UI\stand_ca.paa);
|
||||||
//add exception isNotSitting to everything that shouldn't be available (eg. medical)
|
//add exception isNotSitting to everything that shouldn't be available (eg. medical)
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
BIN
addons/sitting/UI/sit_ca.paa
Normal file
BIN
addons/sitting/UI/sit_ca.paa
Normal file
Binary file not shown.
BIN
addons/sitting/UI/stand_ca.paa
Normal file
BIN
addons/sitting/UI/stand_ca.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user