mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed missing strings
XEH_ENABLED carryPosition carryDirection dragPosition dragDirection
This commit is contained in:
@ -85,9 +85,15 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Barrier
|
// Barrier
|
||||||
class RoadCone_F: thingX{
|
class RoadCone_F: thingX {
|
||||||
|
XEH_ENABLED;
|
||||||
GVAR(canCarry) = 1;
|
GVAR(canCarry) = 1;
|
||||||
|
GVAR(carryPosition[]) = {0,1,1};
|
||||||
|
GVAR(carryDirection) = 0;
|
||||||
|
|
||||||
GVAR(canDrag) = 1;
|
GVAR(canDrag) = 1;
|
||||||
|
GVAR(dragPosition[]) = {0,1.2,0};
|
||||||
|
GVAR(dragDirection) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ACE_RepairItem_Base: ThingX {};
|
class ACE_RepairItem_Base: ThingX {};
|
||||||
|
Reference in New Issue
Block a user