Skip to content

Commit

Permalink
Merge Add missing LicensePlateStyle enum types (pr-2818)
Browse files Browse the repository at this point in the history
880fa6f - tweak(clrcore): add missing LicensePlateStyle enum types
  • Loading branch information
prikolium-cfx committed Oct 3, 2024
2 parents 305309b + 880fa6f commit 0e6f24d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions code/client/clrcore/External/Vehicle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0e6f24d

Please sign in to comment.