20 lines
601 B
C++
20 lines
601 B
C++
class CfgWeapons {
|
|
class ACE_ItemCore;
|
|
class CBA_MiscItem_ItemInfo;
|
|
class PMCS_Phone: ACE_ItemCore {
|
|
scope = 2;
|
|
scopeArsenal = 2;
|
|
scopeCurator = 2;
|
|
author = "IDSolutions";
|
|
displayName = "Phone";
|
|
picture = QPATHTOF(images\mobile_frame.paa);
|
|
model = QPATHTOF(data\pmcs_mobile.p3d);
|
|
descriptionShort = "PMC Simulator 3.0 cell phone for text-messaging and more.";
|
|
hiddenSelections[] = {};
|
|
hiddenSelectionsTextures[] = {};
|
|
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
|
mass = 0;
|
|
};
|
|
};
|
|
}; |