diff --git a/src/core/data/lsc_types.hpp b/src/core/data/lsc_types.hpp index 429b883e..293a06b9 100644 --- a/src/core/data/lsc_types.hpp +++ b/src/core/data/lsc_types.hpp @@ -9,6 +9,13 @@ static const std::map lsc_plate_styles = { {PLATE_YELLOWONBLACK, "Yellow on Black"}, {PLATE_YELLOWONBLUE, "Yellow on Blue"}, {PLATE_YANKTON, "Yankton"}, + {PLATE_ECOLA, "Ecola"}, + {PLATE_LASVENTURAS, "Las Venturas"}, + {PLATE_LIBERTYCITY, "Liberty City"}, + {PLATE_LOSSANTOSCARMEET, "Los Santos Car Meet"}, + {PLATE_LOSSANTOSPANIC, "Los Santos Panicc"}, + {PLATE_LOSSANTOSPOUNDERS, "Los Santos Pounders"}, + {PLATE_SPRUNK, "Sprunk"}, }; static const std::map lsc_wheel_styles = { diff --git a/src/gta/vehicle_values.hpp b/src/gta/vehicle_values.hpp index de4ea095..e788ceba 100644 --- a/src/gta/vehicle_values.hpp +++ b/src/gta/vehicle_values.hpp @@ -663,7 +663,14 @@ enum PlateTextIndexs PLATE_YELLOWONBLUE, PLATE_BLUEONWHITE2, PLATE_BLUEONWHITE3, - PLATE_YANKTON + PLATE_YANKTON, + PLATE_ECOLA, + PLATE_LASVENTURAS, + PLATE_LIBERTYCITY, + PLATE_LOSSANTOSCARMEET, + PLATE_LOSSANTOSPANIC, + PLATE_LOSSANTOSPOUNDERS, + PLATE_SPRUNK, }; enum WindowTints//m8 do you even int tint? @@ -3655,4 +3662,4 @@ static bool GetVehicleInfoForClanLogo(Hash vehicleModel, rage::fvector3& x, rage return true; default: return false; } -} \ No newline at end of file +}