Kovacs 0 Report post Posted July 8, 2016 Hey guys, cant find my mistake. Added a few vehicles. you can see all the added Vehicles form Line 2253-2311. They also can be found in "cars" (line 4784-4868) "planes"(line 4943-4956) and "choppers"(line 4889-4918) Could you help me pls http://pastebin.com/1GrPhBQx Share this post Link to post Share on other sites
Paul 104 Report post Posted July 8, 2016 Here "I_Heli_light_03_F" "O_Heli_Transport_04_box_F" You're missing a comma. Going forward, add a 'Custom Bits' section to the bottom of the prices, add those items into a 'Community Items' list, then add that list into the store instead. This helps with moving them to the new file when upgrades take place as you can just copy those few bits instead. Share this post Link to post Share on other sites
Kovacs 0 Report post Posted July 8, 2016 ok now chopper section looks like this: class Choppers { name = "Helicopters"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "Exile_Chopper_Hummingbird_Green", "Exile_Chopper_Hummingbird_Civillian_Wasp", "Exile_Chopper_Huey_Green", "Exile_Chopper_Huey_Armed_Green", "Exile_Chopper_Taru_Black", "Exile_Chopper_Taru_Covered_Black", "Exile_Chopper_Taru_Transport_Black", "Exile_Chopper_Orca_BlackCustom", "Exile_Chopper_Mohawk_FIA", "Exile_Chopper_Huron_Black", "O_Heli_Attack_02_black_F", "Exile_Chopper_Hellcat_Green", "O_Heli_Light_02_F", "O_Heli_Transport_04_ammo_black_F", "O_Heli_Transport_04_bench_black_F", "O_Heli_Transport_04_box_black_F", "O_Heli_Transport_04_covered_black_F", "O_Heli_Transport_04_fuel_black_F", "O_Heli_Transport_04_medevac_black_F", "O_Heli_Transport_04_repair_black_F", "B_Heli_Attack_01_F", "B_Heli_Transport_01_F", "I_Heli_light_03_F" }; }; but it is not working. Share this post Link to post Share on other sites
Paul 104 Report post Posted July 8, 2016 Any errors in your log? Share this post Link to post Share on other sites
Kovacs 0 Report post Posted July 8, 2016 no sir no errors in logs Share this post Link to post Share on other sites
Paul 104 Report post Posted July 8, 2016 You're also missing one here: "O_Truck_02_covered_F" "O_Truck_03_covered_F", and here: "O_APC_Tracked_02_AA_F", "O_MBT_02_cannon_F" Share this post Link to post Share on other sites
Kovacs 0 Report post Posted July 8, 2016 This Version of my config.cpp is working. Here ive had added a fev vehicles. http://pastebin.com/C044GZKE same lines. Share this post Link to post Share on other sites
Kovacs 0 Report post Posted July 8, 2016 added the comma but still there is a mistake in my code. Thank you for your help btw^^ Share this post Link to post Share on other sites
Paul 104 Report post Posted July 8, 2016 (edited) Try this one (I redid it for you):http://pastebin.com/pbn3q4s4 EDIT: You had 2 Os in front of one of your heli names as well Edited July 8, 2016 by Paul Share this post Link to post Share on other sites
Kovacs 0 Report post Posted July 8, 2016 you eddited the wrong one mr.paul. But thanks! This is the one i want to use http://pastebin.com/1GrPhBQx Share this post Link to post Share on other sites