madwolf 0 Report post Posted August 1, 2017 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"; }; }; Share this post Link to post Share on other sites
clarkycalLad 46 Report post Posted August 8, 2017 (edited) 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 Send the whole config Edit: Sorry just noticed this is a kinda old thread. Edited August 8, 2017 by clarkycalLad Edit: Sorry just noticed this is a kinda old thread. Share this post Link to post Share on other sites