Added module icon, removed comment

This commit is contained in:
jonpas 2015-06-09 18:27:58 +02:00
parent 36d4d01a30
commit f1f9ee1365
4 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ class CfgVehicles {
function = QFUNC(moduleInit); function = QFUNC(moduleInit);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
//icon = QUOTE(PATHTOF(UI\Icon_Module_Sitting_ca.paa)); icon = QUOTE(PATHTOF(UI\Icon_Module_Sitting_ca.paa));
class Arguments { class Arguments {
class enable { class enable {
displayName = CSTRING(Enable); displayName = CSTRING(Enable);
@ -30,7 +30,6 @@ class CfgVehicles {
statement = QUOTE(_player call FUNC(stand)); statement = QUOTE(_player call FUNC(stand));
priority = 0; priority = 0;
icon = PATHTOF(UI\stand_ca.paa); icon = PATHTOF(UI\stand_ca.paa);
//add exception isNotSitting to everything that shouldn't be available (eg. medical)
}; };
}; };
}; };

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB