• 0
Sign in to follow this  
Exolence

ExAd Log Error

Question

I installed ExAd exactly the way it instructed. Ive checked the code its talking about and i still get an error in my rpt.

RPT log: 

ErrorMessage: File mpmissions\__cur_mp.Chernarus\config.cpp, line 15: '/CfgXM8.': '{' encountered instead of '='

Here's the area its telling me the error is in:

----------------------

class CfgXM8
 {
    extraApps[] = {"ExAd_VG"};
    class ExAd_VG 
    {
        title = "Virtual Garage";
        controlID = 50000;                    //IDC:50000 -> 50014
        onLoad = "ExAdClient\XM8\Apps\VG\onLoad.sqf";
        onOpen = "ExAdClient\XM8\Apps\VG\onOpen.sqf";
        onClose = "ExAdClient\XM8\Apps\VG\onClose.sqf";
    };
    
    {
    extraApps[] = {"ExAd_SB"};
    
    class ExAd_SB
    {
        title = "Statsbar Settings";
        controlID = 50400;                    //IDC:50400 -> 50475 || These need to be unique and out of range from each other
        logo = "exile_assets\texture\ui\xm8_app_settings_ca.paa";
        onLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf";
    };  

----------------------

Share this post


Link to post
Share on other sites

1 answer to this question

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.