hey. Im' not sure if this is where i should post this. i have been trying to add some extra vehicles and weapons to traders on my epoch Chernarus.
this is the sql i tried using to add the ka60 to bandit and hero traders:
INSERT INTO Traders_DATA (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES
('["Ka60_PMC",1]', 500, '[2,"ItemBriefcase100oz"",1];, '[1,"ItemBriefcase100oz",1]', 15, 'trade_any_vehicle'),
('["Ka60_PMC",1]', 500, '[2,"ItemBriefcase100oz"",1];, '[1,"ItemBriefcase100oz",1]', 11, 'trade_any_vehicle');
I got this error
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[1,"ItemBriefcase100oz",1]', 15, 'trade_any_vehicle'), ('["Ka60_PMC",1]', 500, ' at line 2
i also want to add several weapons and vehicles to hero/bandit as well as vehicles to the 3 main traders
Thx. Broken.