deleting all backpacks with clearBackpackCargoGlobal from a vehicle does not update the capacity bar
Video: https://www.youtube.com/watch?v=c2agDeZMyik&feature=youtu.be
deleting all backpacks with clearBackpackCargoGlobal from a vehicle does not update the capacity bar
Video: https://www.youtube.com/watch?v=c2agDeZMyik&feature=youtu.be
Sample Code:
_veh = "C_Offroad_01_F" createVehicle position player;
for '_i' from 0 to 20 do {
hint "Clear Cargo"; clearBackpackCargoGlobal _veh; sleep 0.5; hint "Spawn Backpack"; _veh addBackpackCargoGlobal ["B_Carryall_khk",1]; sleep 0.5;
};
hint "Finished";
};