Change ace crate size, remove bugged PKM
This commit is contained in:
@@ -90,7 +90,6 @@ GRLIB_arsenal_weapons = [
|
|||||||
"uk3cb_weap_svd_old_pso1m2_sup",
|
"uk3cb_weap_svd_old_pso1m2_sup",
|
||||||
"rhs_weap_vss",
|
"rhs_weap_vss",
|
||||||
"rhs_weap_pkm",
|
"rhs_weap_pkm",
|
||||||
"gm_hmgpkm_prp",
|
|
||||||
"gm_lmgk500_brn",
|
"gm_lmgk500_brn",
|
||||||
"gm_lmgk500_blk",
|
"gm_lmgk500_blk",
|
||||||
"gm_lmgk500_prp",
|
"gm_lmgk500_prp",
|
||||||
|
|||||||
@@ -56,10 +56,16 @@ if ((isNil {player getVariable "bis_revive_ehHandleHeal"} || isDedicated) && !(b
|
|||||||
|
|
||||||
KPLIB_init = true;
|
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
|
// Notify clients that server is ready
|
||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
KPLIB_initServer = true;
|
KPLIB_initServer = true;
|
||||||
publicVariable "KPLIB_initServer";
|
publicVariable "KPLIB_initServer";
|
||||||
};
|
};
|
||||||
|
|
||||||
null = [] execVM "scripts\client\misc\fnc_initPhotoHandler.sqf";
|
|
||||||
Reference in New Issue
Block a user