From 58c1bb17e3575af79042e8aa4698b46d644eeaa2 Mon Sep 17 00:00:00 2001 From: XdGoldenTiger <68713969+XdGoldenTigerOfficial@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:29:47 +1200 Subject: [PATCH] Update Vehicle.cs Add new license plate style indexes to `LicensePlateStyle` enum. --- code/client/clrcore/External/Vehicle.cs | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/code/client/clrcore/External/Vehicle.cs b/code/client/clrcore/External/Vehicle.cs index a834ddf662..78b415c601 100644 --- a/code/client/clrcore/External/Vehicle.cs +++ b/code/client/clrcore/External/Vehicle.cs @@ -26,12 +26,19 @@ public enum CargobobHook } public enum LicensePlateStyle { - BlueOnWhite1 = 3, - BlueOnWhite2 = 0, + BlueOnWhite1 = 0, + YellowOnBlack = 1, + YellowOnBlue = 2, + BlueOnWhite2 = 3, BlueOnWhite3 = 4, - YellowOnBlack = 1, - YellowOnBlue = 2, - NorthYankton = 5 + NorthYankton = 5, + ECola = 6, + LasVenturas = 7, + LibertyCity = 8, + LSCarMeet = 9, + LSPanic = 10, + LSPounders = 11, + Sprunk = 12 } public enum LicensePlateType {