mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
9 lines
268 B
C++
9 lines
268 B
C++
class WarfareBBaseStructure;
|
|
|
|
class Base_WarfareBVehicleServicePoint: WarfareBBaseStructure
|
|
{
|
|
//Disable Arma's automatic vehicle rearm, refuel and repair. Also needed on Refuel, Repair and Reammo trucks
|
|
transportAmmo = 0;
|
|
transportFuel = 0;
|
|
transportRepair = 0;
|
|
}; |