mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed incorrect CSTRING
This commit is contained in:
parent
ca633fef16
commit
f0f36ea9b2
@ -5,9 +5,9 @@ class CfgWeapons {
|
|||||||
|
|
||||||
class ACE_HuntIR_monitor: ACE_ItemCore {
|
class ACE_HuntIR_monitor: ACE_ItemCore {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = CSTRING(STR_ACE_HUNTIR_monitor_displayName);
|
displayName = CSTRING(monitor_displayName);
|
||||||
picture = PATHTOF(UI\w_huntir_monitor_ca.paa);
|
picture = PATHTOF(UI\w_huntir_monitor_ca.paa);
|
||||||
descriptionShort = CSTRING(STR_ACE_HUNTIR_monitor_displayName);
|
descriptionShort = CSTRING(monitor_displayName);
|
||||||
model = PATHTOF(data\ace_huntir_monitor.p3d);
|
model = PATHTOF(data\ace_huntir_monitor.p3d);
|
||||||
|
|
||||||
class ItemInfo: InventoryItem_Base_F {
|
class ItemInfo: InventoryItem_Base_F {
|
||||||
|
Loading…
Reference in New Issue
Block a user