RL Daged

ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 5475: Config: '"' encountered instead of ',

13 posts in this topic

Im trying to add CUP Vehicles Planes and Choppers, and i get this error ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 5475: Config: '"' encountered instead of ',   can som1 please help me thanks :) Here is my config.cc https://pastebin.com/index/0EwNv76G

And maybe explain why i get this error messaged and how to avoid it when i add CUP Weaps later.

Edited by RL Daged

Share this post


Link to post
Share on other sites

class Planes
    {
        name = "Planes";
        icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
        items[] = 
        {
            "Exile_Plane_BlackfishVehicle"

Is missing a ',' at the end of the line. Possible solution?

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement
8 minutes ago, SavageMcTavish said:

class Planes
    {
        name = "Planes";
        icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
        items[] = 
        {
            "Exile_Plane_BlackfishVehicle"

Is missing a ',' at the end of the line. Possible solution?

Now i get this error messaged: some input after EndOfFile

Share this post


Link to post
Share on other sites

I'm no expert. Though at end of 'class Planes' it looks like you have an extra };

   "CUP_I_SU34_LGB_AAF",
   "CUP_I_SU34_AGM_AAF",
    "CUP_B_SU34_LGB_CDF",
    "CUP_B_SU34_AGM_CDF"
        };
    };
    };

Someone correct me if I'm wrong :-)

  • Like 1

Share this post


Link to post
Share on other sites
2 hours ago, god of death said:

i got ErrorMessage: File mpmissions\__cur_mp.Altis\config.cpp, line 7107: Config: '"' encountered instead of ','

and i cant find what is causing it 

https://pastebin.com/f5yBukdb

 

did you check your config before posting? the error message tells you what the problem is. in short there is a " somewhere around line 7107 instead of a ,

you cant go to line 7170 and find the error because the engine does not include blank spaces when counting lines.

it took me all of 42 seconds to find the missing  "," please have another look 

Share this post


Link to post
Share on other sites
9 hours ago, dekela said:

did you check your config before posting? the error message tells you what the problem is. in short there is a " somewhere around line 7107 instead of a ,

you cant go to line 7170 and find the error because the engine does not include blank spaces when counting lines.

it took me all of 42 seconds to find the missing  "," please have another look 

ill take other look but i didnt find it and i use find , and went all the way down but i guess i missed it before

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.