I've got a problem with Chernarus map. Basically I can't cope with the problem of deleted content. I got through many topics similar to mine, but i didnt find a solution.
It says that "aia_chernarus_config", "aia_buildings_config","aia_misc_e_config","aia_misc_config","aia_desert2_config","aia_misc3_config","aia_data_baf_config" are missing, but the problem is I HAVE them in my mission.sqm. What can i do to make it work?
Here's part of my mission.sqm:
Hello everyone!
I've got a problem with Chernarus map. Basically I can't cope with the problem of deleted content. I got through many topics similar to mine, but i didnt find a solution.
It says that "aia_chernarus_config", "aia_buildings_config","aia_misc_e_config","aia_misc_config","aia_desert2_config","aia_misc3_config","aia_data_baf_config" are missing, but the problem is I HAVE them in my mission.sqm. What can i do to make it work?
Here's part of my mission.sqm:
version=12;
class Mission
{
addOns[]=
{
"exile_client",
"aia_chernarus_config",
"aia_buildings_config",
"aia_misc_e_config",
"aia_misc_config",
"aia_desert2_config",
"aia_misc3_config",
"aia_data_baf_config"
};
addOnsAuto[]=
{
"exile_client",
"aia_chernarus_config"
};
Please, help me!
Share this post
Link to post
Share on other sites