Hi all, I see a new chopper in the database since patch 1.0.3 called a "pook_H13" with lots of variants, I can spawn them into server but players who join the server get the following error if I do:
You cannot play/edit this mission: it is dependant on downloadable content that has been deleted pook_h13
If I add this line to my mission.sqm (as follows below) will it fix the warning message players receive?
You can still join the server by clicking continue at this message but its a little disturbing for green players who choose to abort instead, thanks for any help.
Question
Razorman
Hi all, I see a new chopper in the database since patch 1.0.3 called a "pook_H13" with lots of variants, I can spawn them into server but players who join the server get the following error if I do:
You cannot play/edit this mission: it is dependant on downloadable content that has been deleted pook_h13
If I add this line to my mission.sqm (as follows below) will it fix the warning message players receive?
You can still join the server by clicking continue at this message but its a little disturbing for green players who choose to abort instead, thanks for any help.
version=11;
class Mission
{
addOns[]=
{
"chernarus",
"ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
"dayz_weapons",
"dayz_equip",
"dayz_epoch",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"glt_m300t",
"csj_gyroac",
"map_eu",
"jetskiyanahuiaddon"
"pook_h13"
};
Link to comment
Share on other sites
40 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now