I have been trying to get the mission working for a few hours now, and I have worked out most bugs.
But I keep getting this error that tells me the @Apex_cfg file is missing. I have verified my _servercommandpassword is the same cross the board
11:17:24 Error in expression <
];
_discord_server =
[
"'https://discord.gg/GQWuWRb'", >
11:17:24 Error position: <https://discord.gg/GQWuWRb'", >
11:17:24 Error Missing ;
11:17:24 File @Apex_cfg\parameters.sqf..., line 48
11:17:24 Error in expression <
];
_discord_server =
[
"'https://discord.gg/GQWuWRb'", >
11:17:24 Error position: <https://discord.gg/GQWuWRb'", >
11:17:24 Error Missing ;
11:17:24 File @Apex_cfg\parameters.sqf..., line 48
I have checked every option I can, but cant seem to find anything to lead me to the fix.
This is what my paramaters.sqf is reading
_discord_server =
[
"'https://discord.gg/GQWuWRb'", // Discord server (change this to yours). Example: "'https://goo.gl/7Xajd9'"
"Our Discord", // Button text.
"Link 2" // Tooltip (text shown when mouse hovering over button).
];
Unless this is an entirely unrelated issue