bb_mercenary

stetson

Well-Known Member
so i've just added some more vehicles to my server via this tool now after i've done this everytime you start the server is says "You are unable to play / edit this misson, file BB_Mercenary has been deleted." what the heck is this?
 
becasuse,your mod didn't modifed in you mission.fsm

you need edit like this
Code:
addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_code",
        "dayz_weapons",
        "dayz_equip",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "bb_mercenary",
        "CA_CommunityConfigurationProject_E_Editor_AddedAllWeaponSlotsInfantryVariants"
    };
 
Back
Top