madwolf

Help with ExAd

2 posts in this topic

got exad up and running with status bar and vg which is what i want however I was trying to add Deploy vehicle and im getting this error attached.

this is the config

Quote

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";
    };
    extraApps[] = {"ExAd_Quad"};
    
    class ExAd_Quad
    {
        title = "Deploy Quad";
        bambiState = 0;
        vehicleClass = "Exile_Bike_QuadBike_Fia";
        recipe[] = {{"Exile_Item_ExtensionCord",1}};
        packable = 1;
        quickFunction = "['ExAd_Quad'] call ExAd_XM8_DV_fnc_spawnVehicle";
    };
};   

 

1.png

Share this post


Link to post
Share on other sites
On 8/1/2017 at 1:45 PM, madwolf said:

got exad up and running with status bar and vg which is what i want however I was trying to add Deploy vehicle and im getting this error attached.

this is the config

 

1.png

Send the whole config

Edit:  Sorry just noticed this is a kinda old thread.

Edited by clarkycalLad
Edit:  Sorry just noticed this is a kinda old thread.

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.