Change ace crate size, remove bugged PKM

This commit is contained in:
2025-06-08 21:37:19 +03:00
parent 0048e8b698
commit c490b3d70a
2 changed files with 9 additions and 4 deletions

View File

@@ -90,7 +90,6 @@ GRLIB_arsenal_weapons = [
"uk3cb_weap_svd_old_pso1m2_sup",
"rhs_weap_vss",
"rhs_weap_pkm",
"gm_hmgpkm_prp",
"gm_lmgk500_brn",
"gm_lmgk500_blk",
"gm_lmgk500_prp",

View File

@@ -56,10 +56,16 @@ if ((isNil {player getVariable "bis_revive_ehHandleHeal"} || isDedicated) && !(b
KPLIB_init = true;
// Enable camera screenshot bypass
null = [] execVM "scripts\client\misc\fnc_initPhotoHandler.sqf";
// Change ACE crate size
[KP_liberation_supply_crate, 1] call ace_cargo_fnc_setSize;
[KP_liberation_ammo_crate, 1] call ace_cargo_fnc_setSize;
[KP_liberation_fuel_crate, 1] call ace_cargo_fnc_setSize;
// Notify clients that server is ready
if (isServer) then {
KPLIB_initServer = true;
publicVariable "KPLIB_initServer";
};
null = [] execVM "scripts\client\misc\fnc_initPhotoHandler.sqf";