Alright so I recntly added Zombies and Demons, With ExileZ and when ever I start it up I get this error.
Quote
File mpmissions\__cur_mp.Tanoa\mission.sqm, line 27:
'/AddonsMetaData.':"" encountered instead of '='
I got no clue I added the
Quote
{
"Ryanzombies",
"ryanzombiesfunctions" // Make sure the last entry does not have a comma after it!!
};
and not the
"exile_client",
"a3_map_altis",
part because it says only "ryanzombies" & "ryanzombiesfunctions" I tried, adding the whole script in but still didn't work.
My current mission.sqm is.
Quote
addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
"Ryanzombies",
"ryanzombiesfunctions"
};
{
class List
{
items = 2;
class Item0
{
className = "exile_client";
name = "exile_client";
};
class Item1
{
className = "A3_Ui_F";
name = "Arma 3 - User Interface";
author = "Bohemia Interactive";
url = "http://www.arma3.com";
};
};
};
randomSeed = 2218544;
class ScenarioData
{
Alright so I recntly added Zombies and Demons, With ExileZ and when ever I start it up I get this error.
I got no clue I added the
and not the
"exile_client",
"a3_map_altis",
part because it says only "ryanzombies" & "ryanzombiesfunctions" I tried, adding the whole script in but still didn't work.
My current mission.sqm is.
Share this post
Link to post
Share on other sites