client/addons/medical/CfgVehicles.hpp
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

12 lines
382 B
C++

class CfgVehicles {
class Land_Bodybag_01_black_F;
class CLASS(bodyBag): Land_Bodybag_01_black_F {
maximumLoad = 2000;
transportMaxWeapons = 500;
transportMaxMagazines = 2000;
transportMaxItems = 1000;
ace_dragging_canCarry = 1;
ace_dragging_carryPosition[] = {0, 0.5, 1.2};
ace_dragging_carryDirection = 90;
};
};