From df2daf4c453ae7a2f76218fa3f0d5be2789137de Mon Sep 17 00:00:00 2001 From: Ice-Arma <37731251+Ice-Arma@users.noreply.github.com> Date: Tue, 10 Apr 2018 06:31:29 +0100 Subject: [PATCH] Added missing CUP Bikes, Boats and Planes --- TRADERS/CfgTraders.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TRADERS/CfgTraders.hpp b/TRADERS/CfgTraders.hpp index 995c5c8..aee7780 100644 --- a/TRADERS/CfgTraders.hpp +++ b/TRADERS/CfgTraders.hpp @@ -268,6 +268,7 @@ "CTrucks", "CUGVs", "CUPArmed", + "CUPBikes", "CUPUnarmed", "Cars", "FMPCars", @@ -317,6 +318,7 @@ "CChoppers", "CPlanes", "CUPChoppers", + "CUPPlanes", "Choppers", "GREFChoppers", "GREFPlanes", @@ -354,7 +356,8 @@ "A3Boats", "ApexBoats", "Boats", - "RHSBoats", + "CUPBoats", + "RHSBoats" // Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< }; }; @@ -469,4 +472,4 @@ { "Community10" }; - }; \ No newline at end of file + };