BomosBoy 13 Posted December 24, 2016 I just tried to calculate the mass of the player without the weapon. But there is something strange happening if i do that. Example: 1. only "hgun_Pistol_heavy_01_F" (no clothing etc) -> loadAbs = 30 2. only "U_I_C_Soldier_Bandit_1_F" (no weapons etc) -> loadAbs = 30 3. only "U_I_C_Soldier_Bandit_1_F" and ".45 ACP 11Rnd Mag" -> loadAbs = 37 So the result (loadAbs - clothing) is 37 - 30 = 7 = Magazine Mass (in the cfgMagazines its the same number, everything seems right) Now the BUG: 4. only "hgun_Pistol_heavy_01_F" WITH ".45 ACP 11Rnd Mag" loaded (no clothing etc) -> loadAbs = 44 (loadAbs - weapon) 44 - 30 = 14 but the Magazine only has a mass of 7 How is that possible or do i have something wrong? Maby a dev could help? EDIT: It looks like every Magazine which is loaded in the weapon has a mass of mass*2. Is that intended? Share this post Link to post Share on other sites