valaukgaming 6 Report post Posted January 18, 2016 (edited) Hi guys, Im in the process of setting up a new server which im running CUP Vehicles everything else is running fine till we go to buy any vehicle that has been added with this mod, when we purchase any said vehicle we receive failed to purchase vehicle 13. As you can see for our CfgExileArsenal and CfgTraderCategores we include files for our tables as inculed. CfgExileArsenal CUPV is comment'd out atm due to this error Spoiler class CfgExileArsenal { #include "TRADERS\ARMA3V\ItemListARMA3V.hpp" #include "TRADERS\ARMA3W\ItemListARMA3W.hpp" #include "TRADERS\CUPW\ItemListCUPW.hpp" //#include "TRADERS\CUPV\ItemListCUPV.hpp" #include "TRADERS\CUPU\ItemListCUPU.hpp" //#include "TRADERS\HLC\ItemListHLC.hpp" //#include "TRADERS\HVP\ItemListHVP.hpp" //#include "TRADERS\MASV\ItemListMASV.hpp" //#include "TRADERS\MASW\ItemListMASW.hpp" //#include "TRADERS\RHSV\ItemListRHSV.hpp" //#include "TRADERS\RHSW\ItemListRHSW.hpp" #include "TRADERS\TRYK\ItemListTRYK.hpp" #include "TRADERS\PODS\ItemListPODS.hpp" //#include "TRADERS\CUSTOM\ItemListCUSTOM.hpp" #include "TRADERS\Exile\ItemListExile.hpp" }; CfgTraderCategores CUPV is comment'd out atm due to this error Spoiler class CfgTraderCategories { #include "TRADERS\ARMA3V\TraderCategoriesARMA3V.hpp" #include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp" #include "TRADERS\CUPW\TraderCategoriesCUPW.hpp" //#include "TRADERS\CUPV\TraderCategoriesCUPV.hpp" #include "TRADERS\CUPU\TraderCategoriesCUPU.hpp" //#include "TRADERS\HLC\TraderCategoriesHLC.hpp" //#include "TRADERS\HVP\TraderCategoriesHVP.hpp" //#include "TRADERS\MASV\TraderCategoriesMASV.hpp" //#include "TRADERS\MASW\TraderCategoriesMASW.hpp" //#include "TRADERS\RHSV\TraderCategoriesRHSV.hpp" //#include "TRADERS\RHSW\TraderCategoriesRHSW.hpp" #include "TRADERS\TRYK\TraderCategoriesTRYK.hpp" #include "TRADERS\PODS\TraderCategoriesPODS.hpp" #include "TRADERS\CUSTOM\TraderCategoriesCUSTOM.hpp" #include "TRADERS\Exile\TraderCategoriesExile.hpp" }; We have set up ItemListCUPV.hpp and TraderCategoriesCUPV.hpp and still receive the above error. ItemListCUPV.hpp Spoiler //ItemListCUPV.hpp /////////////////////////////////////////////////////////////////////////////// // CUP VEHICLES [CiC]red_ned http://cic-gaming.co.uk /////////////////////////////////////////////////////////////////////////////// //CUP Unarmed /////////////////////////////////////////////////////////////////////////////// class CUP_C_Datsun { quality = 1; price = 12000; }; class CUP_C_Datsun_4seat { quality = 1; price = 12000; }; class CUP_C_Datsun_Plain { quality = 1; price = 12000; }; class CUP_C_Datsun_Covered { quality = 1; price = 12000; }; class CUP_C_Datsun_Tubeframe { quality = 1; price = 12000; }; class CUP_C_Ural_Civ_01 { quality = 1; price = 12500; }; class CUP_C_Ural_Civ_02 { quality = 1; price = 12500; }; class CUP_C_Ural_Civ_03 { quality = 1; price = 12500; }; class CUP_C_Ural_Open_Civ_01 { quality = 1; price = 12500; }; class CUP_C_Ural_Open_Civ_02 { quality = 1; price = 12500; }; class CUP_C_Ural_Open_Civ_03 { quality = 1; price = 12500; }; class CUP_O_Ural_TKA { quality = 1; price = 12500; }; class CUP_O_Ural_RU { quality = 1; price = 12500; }; class CUP_I_Ural_UN { quality = 1; price = 12500; }; class CUP_B_Ural_CDF { quality = 1; price = 12500; }; class CUP_O_Ural_CHDKZ { quality = 1; price = 12500; }; class CUP_O_Ural_SLA { quality = 1; price = 12500; }; class CUP_O_Ural_Open_TKA { quality = 1; price = 12500; }; class CUP_B_Ural_Open_CDF { quality = 1; price = 12500; }; class CUP_O_Ural_Open_RU { quality = 1; price = 12500; }; class CUP_O_Ural_Open_CHDKZ { quality = 1; price = 12500; }; class CUP_O_Ural_Open_SLA { quality = 1; price = 12500; }; class CUP_O_Ural_Empty_SLA { quality = 1; price = 12500; }; class CUP_B_Ural_Empty_CDF { quality = 1; price = 12500; }; class CUP_I_Ural_Empty_UN { quality = 1; price = 12500; }; class CUP_O_Ural_Empty_RU { quality = 1; price = 12500; }; class CUP_O_Ural_Empty_CHDKZ { quality = 1; price = 12500; }; class CUP_O_Ural_Empty_TKA { quality = 1; price = 12500; }; class CUP_O_Ural_Repair_SLA { quality = 1; price = 13000; }; class CUP_O_Ural_Repair_TKA { quality = 1; price = 13000; }; class CUP_O_Ural_Repair_CHDKZ { quality = 1; price = 13000; }; class CUP_O_Ural_Repair_RU { quality = 1; price = 13000; }; class CUP_I_Ural_Repair_UN { quality = 1; price = 13000; }; class CUP_B_Ural_Repair_CDF { quality = 1; price = 13000; }; class CUP_B_Ural_Refuel_CDF { quality = 1; price = 15500; }; class CUP_O_Ural_Refuel_RU { quality = 1; price = 15500; }; class CUP_O_Ural_Refuel_CHDKZ { quality = 1; price = 15500; }; class CUP_O_Ural_Refuel_TKA { quality = 1; price = 15500; }; class CUP_O_Ural_Refuel_SLA { quality = 1; price = 15500; }; class CUP_C_LR_Transport_CTK { quality = 1; price = 12800; }; class CUP_O_LR_Transport_TKA { quality = 1; price = 12800; }; class CUP_O_LR_Transport_TKM { quality = 1; price = 12800; }; class CUP_B_LR_Transport_CZ_W { quality = 1; price = 12800; }; class CUP_B_LR_Transport_CZ_D { quality = 1; price = 12800; }; class CUP_B_LR_Transport_GB_W { quality = 1; price = 12800; }; class CUP_B_LR_Transport_GB_D { quality = 1; price = 12800; }; class CUP_B_LR_Ambulance_CZ_W { quality = 1; price = 12800; }; class CUP_B_LR_Ambulance_CZ_D { quality = 1; price = 12800; }; class CUP_B_LR_Ambulance_GB_W { quality = 1; price = 12800; }; class CUP_B_LR_Ambulance_GB_D { quality = 1; price = 12800; }; class CUP_O_LR_Ambulance_TKA { quality = 1; price = 12800; }; class CUP_C_UAZ_Unarmed_TK_CIV { quality = 1; price = 12500; }; class CUP_O_UAZ_Unarmed_RU { quality = 1; price = 12500; }; class CUP_I_UAZ_Unarmed_UN { quality = 1; price = 12500; }; class CUP_O_UAZ_Unarmed_TKA { quality = 1; price = 12500; }; class CUP_O_UAZ_Unarmed_CHDKZ { quality = 1; price = 12500; }; class CUP_B_UAZ_Unarmed_ACR { quality = 1; price = 12500; }; class CUP_B_UAZ_Unarmed_CDF { quality = 1; price = 12500; }; class CUP_O_UAZ_Open_CHDKZ { quality = 1; price = 12500; }; class CUP_O_UAZ_Open_RU { quality = 1; price = 12500; }; class CUP_O_UAZ_Open_TKA { quality = 1; price = 12500; }; class CUP_I_UAZ_Open_UN { quality = 1; price = 12500; }; class CUP_B_UAZ_Open_ACR { quality = 1; price = 12500; }; class CUP_B_UAZ_Open_CDF { quality = 1; price = 12500; }; class CUP_C_UAZ_Open_TK_CIV { quality = 1; price = 12500; }; class CUP_B_HMMWV_Unarmed_USA { quality = 1; price = 13000; }; class CUP_B_HMMWV_Unarmed_USMC { quality = 1; price = 13000; }; class CUP_B_HMMWV_Ambulance_USMC { quality = 1; price = 13000; }; class CUP_B_HMMWV_Ambulance_USA { quality = 1; price = 13000; }; class CUP_B_HMMWV_Ambulance_ACR { quality = 1; price = 13000; }; class CUP_B_HMMWV_Transport_USA { quality = 1; price = 13000; }; class CUP_I_M113_Med_RACS { quality = 1; price = 14500; }; class CUP_I_M113_Med_UN { quality = 1; price = 14500; }; /////////////////////////////////////////////////////////////////////////////// //CUP Armed /////////////////////////////////////////////////////////////////////////////// class CUP_O_LR_MG_TKM { quality = 1; price = 25000; }; class CUP_O_LR_MG_TKA { quality = 1; price = 25000; }; class CUP_I_Datsun_PK { quality = 1; price = 20500; }; class CUP_I_Datsun_PK_Random { quality = 1; price = 20500; }; class CUP_I_Datsun_PK_TK { quality = 1; price = 20500; }; class CUP_I_Datsun_PK_TK_Random { quality = 1; price = 20500; }; class CUP_O_Datsun_PK { quality = 1; price = 20500; }; class CUP_O_Datsun_PK_Random { quality = 1; price = 20500; }; class CUP_O_UAZ_MG_CHDKZ { quality = 1; price = 22500; }; class CUP_O_UAZ_MG_RU { quality = 1; price = 22500; }; class CUP_O_UAZ_MG_TKA { quality = 1; price = 22500; }; class CUP_I_UAZ_MG_UN { quality = 1; price = 22500; }; class CUP_B_UAZ_MG_ACR { quality = 1; price = 22500; }; class CUP_B_UAZ_MG_CDF { quality = 1; price = 22500; }; class CUP_I_M113_RACS { quality = 1; price = 35500; }; class CUP_I_M113_UN { quality = 1; price = 35500; }; class CUP_BAF_Jackal2_L2A1_W { quality = 1; price = 30000; }; class CUP_BAF_Jackal2_L2A1_D { quality = 1; price = 30000; }; class CUP_B_LR_MG_CZ_W { quality = 1; price = 24500; }; class CUP_B_LR_MG_GB_W { quality = 1; price = 24500; }; class CUP_B_HMMWV_M1114_USMC { quality = 1; price = 25000; }; class CUP_B_HMMWV_M2_USMC { quality = 1; price = 25000; }; class CUP_B_HMMWV_Crows_M2_USA { quality = 1; price = 25000; }; class CUP_B_HMMWV_M2_GPK_USA { quality = 1; price = 26500; }; class CUP_B_HMMWV_M2_USA { quality = 1; price = 26500; }; class CUP_B_HMMWV_DSHKM_GPK_ACR { quality = 1; price = 26500; }; class CUP_B_HMMWV_AGS_GPK_ACR { quality = 1; price = 29500; }; class CUP_B_HMMWV_MK19_USMC { quality = 1; price = 29500; }; class CUP_B_HMMWV_MK19_USA { quality = 1; price = 29500; }; class CUP_B_HMMWV_Crows_MK19_USA { quality = 1; price = 29500; }; class CUP_B_HMMWV_SOV_USA { quality = 1; price = 28500; }; /////////////////////////////////////////////////////////////////////////////// //CUP Helis /////////////////////////////////////////////////////////////////////////////// class CUP_B_CH53E_USMC { quality = 1; price = 20000; }; class CUP_B_UH1Y_UNA_F { quality = 1; price = 20000; }; class CUP_B_UH1Y_MEV_F { quality = 1; price = 20000; }; class CUP_C_Mi17_Civilian_RU { quality = 1; price = 20000; }; class CUP_B_Mi17_CDF { quality = 1; price = 30000; }; class CUP_O_Mi17_TK { quality = 1; price = 30000; }; class CUP_B_Mi17_medevac_CDF { quality = 1; price = 20000; }; class CUP_B_Mi171Sh_Unarmed_ACR { quality = 1; price = 20000; }; class CUP_O_Mi8_medevac_CHDKZ { quality = 1; price = 20000; }; class CUP_O_Mi8_medevac_RU { quality = 1; price = 20000; }; class CUP_Merlin_HC3_FFV { quality = 1; price = 20000; }; class CUP_Merlin_HC3 { quality = 1; price = 20000; }; class CUP_Merlin_HC3_MED { quality = 1; price = 20000; }; class CUP_B_MH60S_USMC { quality = 1; price = 32500; }; class CUP_B_MH60S_FFV_USMC { quality = 1; price = 22500; }; class CUP_B_AW159_Unarmed_BAF { quality = 1; price = 20000; }; class CUP_B_CH47F_USA { quality = 1; price = 22500; }; class CUP_B_CH47F_GB { quality = 1; price = 22500; }; class CUP_B_UH60M_US { quality = 1; price = 22500; }; class CUP_B_UH60L_US { quality = 1; price = 22500; }; class CUP_B_UH60M_FFV_US { quality = 1; price = 22500; }; class CUP_B_UH60L_FFV_US { quality = 1; price = 22500; }; class CUP_B_UH60M_Unarmed_US { quality = 1; price = 17000; }; class CUP_B_UH60L_Unarmed_US { quality = 1; price = 17000; }; class CUP_B_UH60M_Unarmed_FFV_US { quality = 1; price = 17000; }; class CUP_B_UH60L_Unarmed_FFV_US { quality = 1; price = 17000; }; class CUP_B_UH60M_Unarmed_FFV_MEV_US { quality = 1; price = 17000; }; class CUP_B_UH60L_Unarmed_FFV_MEV_US { quality = 1; price = 17000; }; class CUP_I_UH60L_RACS { quality = 1; price = 32500; }; class CUP_I_UH60L_FFV_RACS { quality = 1; price = 32500; }; class CUP_I_UH60L_Unarmed_RACS { quality = 1; price = 17000; }; class CUP_I_UH60L_Unarmed_FFV_Racs { quality = 1; price = 17000; }; class CUP_I_UH60L_Unarmed_FFV_MEV_Racs { quality = 1; price = 17000; }; class CUP_B_AH1Z_NoWeapons { quality = 1; price = 75000; }; /////////////////////////////////////////////////////////////////////////////// //CUP Planes /////////////////////////////////////////////////////////////////////////////// class CUP_C_DC3_CIV { quality = 1; price = 25000; }; class CUP_C_C47_CIV { quality = 1; price = 25000; }; class CUP_B_MV22_USMC { quality = 1; price = 50000; }; class CUP_B_AV8B_Empty { quality = 1; price = 250000; }; TraderCategoriesCUPV.hpp Spoiler class CUPUnarmed { name = "CUP Vehicles Unarmed"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "CUP_C_Datsun", "CUP_C_Datsun_4seat", "CUP_C_Datsun_Plain", "CUP_C_Datsun_Covered", "CUP_C_Datsun_Tubeframe", "CUP_C_Ural_Civ_01", "CUP_C_Ural_Civ_02", "CUP_C_Ural_Civ_03", "CUP_C_Ural_Open_Civ_01", "CUP_C_Ural_Open_Civ_02", "CUP_C_Ural_Open_Civ_03", "CUP_O_Ural_TKA", "CUP_O_Ural_RU", "CUP_I_Ural_UN", "CUP_B_Ural_CDF", "CUP_O_Ural_CHDKZ", "CUP_O_Ural_SLA", "CUP_O_Ural_Open_TKA", "CUP_B_Ural_Open_CDF", "CUP_O_Ural_Open_RU", "CUP_O_Ural_Open_CHDKZ", "CUP_O_Ural_Open_SLA", "CUP_O_Ural_Empty_SLA", "CUP_B_Ural_Empty_CDF", "CUP_I_Ural_Empty_UN", "CUP_O_Ural_Empty_RU", "CUP_O_Ural_Empty_CHDKZ", "CUP_O_Ural_Empty_TKA", "CUP_O_Ural_Repair_SLA", "CUP_O_Ural_Repair_TKA", "CUP_O_Ural_Repair_CHDKZ", "CUP_O_Ural_Repair_RU", "CUP_I_Ural_Repair_UN", "CUP_B_Ural_Repair_CDF", "CUP_B_Ural_Refuel_CDF", "CUP_O_Ural_Refuel_RU", "CUP_O_Ural_Refuel_CHDKZ", "CUP_O_Ural_Refuel_TKA", "CUP_O_Ural_Refuel_SLA", "CUP_C_LR_Transport_CTK", "CUP_O_LR_Transport_TKA", "CUP_O_LR_Transport_TKM", "CUP_B_LR_Transport_CZ_W", "CUP_B_LR_Transport_CZ_D", "CUP_B_LR_Transport_GB_W", "CUP_B_LR_Transport_GB_D", "CUP_B_LR_Ambulance_CZ_W", "CUP_B_LR_Ambulance_CZ_D", "CUP_B_LR_Ambulance_GB_W", "CUP_B_LR_Ambulance_GB_D", "CUP_O_LR_Ambulance_TKA", "CUP_C_UAZ_Unarmed_TK_CIV", "CUP_O_UAZ_Unarmed_RU", "CUP_I_UAZ_Unarmed_UN", "CUP_O_UAZ_Unarmed_TKA", "CUP_O_UAZ_Unarmed_CHDKZ", "CUP_B_UAZ_Unarmed_ACR", "CUP_B_UAZ_Unarmed_CDF", "CUP_C_UAZ_Open_TK_CIV", "CUP_O_UAZ_Open_CHDKZ", "CUP_O_UAZ_Open_RU", "CUP_O_UAZ_Open_TKA", "CUP_I_UAZ_Open_UN", "CUP_B_UAZ_Open_ACR", "CUP_B_UAZ_Open_CDF", "CUP_B_HMMWV_Unarmed_USA", "CUP_B_HMMWV_Unarmed_USMC", "CUP_B_HMMWV_Ambulance_USMC", "CUP_B_HMMWV_Ambulance_USA", "CUP_B_HMMWV_Ambulance_ACR", "CUP_B_HMMWV_Transport_USA", "CUP_I_M113_Med_RACS", "CUP_I_M113_Med_UN" }; }; class CUPArmed { name = "CUP Vehicles Armed"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "CUP_O_LR_MG_TKM", "CUP_O_LR_MG_TKA", "CUP_I_Datsun_PK", "CUP_I_Datsun_PK_Random", "CUP_I_Datsun_PK_TK", "CUP_I_Datsun_PK_TK_Random", "CUP_O_Datsun_PK", "CUP_O_Datsun_PK_Random", "CUP_O_UAZ_MG_CHDKZ", "CUP_O_UAZ_MG_RU", "CUP_O_UAZ_MG_TKA", "CUP_I_UAZ_MG_UN", "CUP_B_UAZ_MG_ACR", "CUP_B_UAZ_MG_CDF", "CUP_I_M113_RACS", "CUP_I_M113_UN", "CUP_BAF_Jackal2_L2A1_W", "CUP_BAF_Jackal2_L2A1_D", "CUP_B_LR_MG_CZ_W", "CUP_B_LR_MG_GB_W", "CUP_B_HMMWV_M1114_USMC", "CUP_B_HMMWV_M2_USMC", "CUP_B_HMMWV_Crows_M2_USA", "CUP_B_HMMWV_M2_GPK_USA", "CUP_B_HMMWV_M2_USA", "CUP_B_HMMWV_DSHKM_GPK_ACR", }; }; class CUPChoppers { name = "CUP Helicopters"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "CUP_B_CH53E_USMC", "CUP_B_UH1Y_UNA_F", "CUP_B_UH1Y_MEV_F", "CUP_C_Mi17_Civilian_RU", "CUP_B_Mi17_CDF", "CUP_O_Mi17_TK", "CUP_B_Mi17_medevac_CDF", "CUP_B_Mi171Sh_Unarmed_ACR", "CUP_O_Mi8_medevac_CHDKZ", "CUP_O_Mi8_medevac_RU", "CUP_Merlin_HC3_FFV", "CUP_Merlin_HC3", "CUP_Merlin_HC3_MED", "CUP_B_MH60S_USMC", "CUP_B_MH60S_FFV_USMC", "CUP_B_AW159_Unarmed_BAF", "CUP_B_CH47F_USA", "CUP_B_CH47F_GB", "CUP_B_UH60M_US", "CUP_B_UH60L_US", "CUP_B_UH60M_FFV_US", "CUP_B_UH60L_FFV_US", "CUP_B_UH60M_Unarmed_US", "CUP_B_UH60L_Unarmed_US", "CUP_B_UH60M_Unarmed_FFV_US", "CUP_B_UH60L_Unarmed_FFV_US", "CUP_B_UH60M_Unarmed_FFV_MEV_US", "CUP_B_UH60L_Unarmed_FFV_MEV_US", "CUP_I_UH60L_RACS", "CUP_I_UH60L_FFV_RACS", "CUP_I_UH60L_Unarmed_RACS", "CUP_I_UH60L_Unarmed_FFV_Racs", "CUP_I_UH60L_Unarmed_FFV_MEV_Racs", "CUP_B_AH1Z_NoWeapons" }; }; Checked ExileServer_system_trading_network_purchaseVehicleRequest.sqf and modified Y,Z below trying anything from 5,150 to 40,300 with no luck Spoiler if (_vehicleClass isKindOf "Ship") then { _position = [(getPosATL _playerObject), 80, 10] call ExileClient_util_world_findWaterPosition; _vehicleObject = [_vehicleClass, _position, (random 360), false, _pinCode] call ExileServer_object_vehicle_createPersistentVehicle; } else { _position = (getPos _playerObject) findEmptyPosition [Y, Y, _vehicleClass]; if (_position isEqualTo []) then { throw 13; }; _vehicleObject = [_vehicleClass, _position, (random 360), true, _pinCode] call ExileServer_object_vehicle_createPersistentVehicle; }; I have also tried the following method http://exile.majormittens.co.uk/topic/6864-release-purchased-vehicles-spawn-at-specific-location/ by BetterDeadThenZed with no luck any help would be loved Val Edited January 18, 2016 by valaukgaming Share this post Link to post Share on other sites
valaukgaming 6 Report post Posted January 18, 2016 Also if it helps we are running AiA, CBA_A3, CUP Units, CUP Weapons, CUP Vehicles TRYK's Multi-Play Unifroms, DMS and we also use infiSTAR which using we also can't spawn in CUP Vehicles with. Share this post Link to post Share on other sites
Dew 24 Report post Posted January 26, 2016 check the last item in your class CUPArmed and remove the , Share this post Link to post Share on other sites
Quixy 50 Report post Posted January 28, 2016 on my server too , i have 6 vehicles testing, cup Helis and Cars : error = failed to purchase vehicle 13 , only by CUP Vehicles ! Share this post Link to post Share on other sites