Merge pull request #7 from Ice-Arma/master

Added Missing CUP Bikes, Boats and Planes
This commit is contained in:
[CiC]red_ned 2018-04-16 20:58:04 +01:00 committed by GitHub
commit e9ded35b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 5 deletions

View File

@ -256,10 +256,13 @@
class CUP_B_RHIB2Turret_USMC { quality = 1; price = 20000; };
class CUP_B_RHIB_USMC { quality = 1; price = 20000; };
class CUP_B_Seafox_USMC { quality = 1; price = 1000; };
class CUP_B_Seafox_USV_USMC { quality = 1; price = 1000; };
class CUP_B_Seafox_USV_USMC { quality = 1; price = 1000; };
class CUP_B_Zodiac_USMC { quality = 1; price = 1000; };
///////////////////////////////////////////////////////////////////////////////
// Bikes
///////////////////////////////////////////////////////////////////////////////
class CUP_B_M1030 { quality = 1; price = 2000; };
class CUP_B_M1030 { quality = 1; price = 2000; };
class CUP_C_TT650_CIV { quality = 1; price = 2000; };
class CUP_O_TT650_CHDKZ { quality = 1; price = 2000; };
class CUP_O_TT650_TKA { quality = 1; price = 2000; };

View File

@ -289,6 +289,9 @@
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
items[] =
{
"CUP_B_M1030"
"CUP_B_M1030",
"CUP_O_TT650_CHDKZ",
"CUP_O_TT650_TKA",
"CUP_C_TT650_CIV"
};
};

View File

@ -271,6 +271,7 @@
"CTrucks",
"CUGVs",
"CUPArmed",
"CUPBikes",
"CUPUnarmed",
"Cars",
"FMPCars",
@ -321,6 +322,7 @@
"CChoppers",
"CPlanes",
"CUPChoppers",
"CUPPlanes",
"Choppers",
"GREFChoppers",
"GREFPlanes",
@ -358,7 +360,8 @@
"A3Boats",
"ApexBoats",
"Boats",
"RHSBoats",
"CUPBoats",
"RHSBoats"
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
};
};
@ -473,4 +476,4 @@
{
"Community10"
};
};
};