From 3e3a0a86615ded3e5c2342dcffcebbcc157eb0eb Mon Sep 17 00:00:00 2001 From: He-Man Date: Tue, 27 Aug 2019 22:42:46 +0200 Subject: [PATCH] Optional Service Point Param "Bullets per mag" --- Sources/epoch_config/Configs/CfgServicePoint.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgServicePoint.hpp b/Sources/epoch_config/Configs/CfgServicePoint.hpp index dc4ec793..e739d7a4 100644 --- a/Sources/epoch_config/Configs/CfgServicePoint.hpp +++ b/Sources/epoch_config/Configs/CfgServicePoint.hpp @@ -103,8 +103,8 @@ class CfgServicePoint { { "typeof vehicle", { - {"Ammoclass",{Turretpath},MaxMagsCount,PricePerMag}, - {"Ammoclass",{Turretpath},MaxMagsCount,PricePerMag} + {"Ammoclass",{Turretpath},MaxMagsCount,PricePerMag,Bullets per mag (optional, if you want to reduce bullets per mag)}, + {"Ammoclass",{Turretpath},MaxMagsCount,PricePerMag,Bullets per mag (optional, if you want to reduce bullets per mag)} } }, */