Jump to content
Sign in to follow this  
KingoftheSandbox

Adding Items and Magazines to crate ignored on dedicated server

Recommended Posts

Title says it all.

removing all the magazines and items from a crate works fine on dedicated, but magazines and items do not get added to the crate via init line in crate.

also tried via init.sqf with

if ((isServer) or (isDedicated)) then {

clearBackpackCargo box1;

clearWeaponCargo box1;

clearMagazineCargo box1;

clearItemCargoGlobal box1;

box1 addItemCargo ["B_UavTerminal",20];

box1 addBackpackCargo ["B_UAV_01_backpack_F",20];

box1 addMagazineCargo ["LaserBatteries",20];

};

Share this post


Link to post
Share on other sites

add###CargoGlobal ?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×