Reve
This commit is contained in:
@@ -38,6 +38,10 @@ _crate setVariable ["KP_liberation_crate_value", _amount, true];
|
||||
// Add ACE carry functionality
|
||||
if (KP_liberation_ace) then {[_crate, true, [0, 1.5, 0], 0] remoteExec ["ace_dragging_fnc_setCarryable"];};
|
||||
|
||||
// WIP - doesn't seem to work properly
|
||||
// Change size to 1
|
||||
[_crate, 1] call ace_cargo_fnc_setSize;
|
||||
|
||||
// Process KP object init
|
||||
[_crate] call KPLIB_fnc_addObjectInit;
|
||||
|
||||
|
||||
@@ -59,11 +59,6 @@ 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;
|
||||
|
||||
@@ -265,9 +265,9 @@ support_vehicles = [
|
||||
["ACE_Box_82mm_Mo_Illum",50,10,0],
|
||||
["ACE_Wheel",10,0,0],
|
||||
["ACE_Track",10,0,0],
|
||||
["gm_gc_army_ural4320_repair",325,30,75], // Ural Repair
|
||||
["gm_gc_army_ural375d_refuel",125,0,275], // Ural Fuel
|
||||
["gm_gc_army_ural4320_reammo",125,200,75], // Ural Ammo
|
||||
["gm_gc_army_ural4320_repair",350,0,85], // Ural Repair
|
||||
["gm_gc_army_ural375d_refuel",150,0,285], // Ural Fuel
|
||||
["gm_gc_army_ural4320_reammo",150,200,85], // Ural Ammo
|
||||
["B_Slingload_01_Repair_F",275,0,0], // Huron Repair
|
||||
["B_Slingload_01_Fuel_F",75,0,200], // Huron Fuel
|
||||
["B_Slingload_01_Ammo_F",75,200,0], // Huron Ammo
|
||||
|
||||
Reference in New Issue
Block a user