feat(enums) Added new license plates from 1.68 (#2665)
This commit is contained in:
parent
1e11d83f7a
commit
7efbee2e85
@ -9,6 +9,13 @@ static const std::map<int, std::string> lsc_plate_styles = {
|
|||||||
{PLATE_YELLOWONBLACK, "Yellow on Black"},
|
{PLATE_YELLOWONBLACK, "Yellow on Black"},
|
||||||
{PLATE_YELLOWONBLUE, "Yellow on Blue"},
|
{PLATE_YELLOWONBLUE, "Yellow on Blue"},
|
||||||
{PLATE_YANKTON, "Yankton"},
|
{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<int, std::string> lsc_wheel_styles = {
|
static const std::map<int, std::string> lsc_wheel_styles = {
|
||||||
|
@ -663,7 +663,14 @@ enum PlateTextIndexs
|
|||||||
PLATE_YELLOWONBLUE,
|
PLATE_YELLOWONBLUE,
|
||||||
PLATE_BLUEONWHITE2,
|
PLATE_BLUEONWHITE2,
|
||||||
PLATE_BLUEONWHITE3,
|
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?
|
enum WindowTints//m8 do you even int tint?
|
||||||
@ -3655,4 +3662,4 @@ static bool GetVehicleInfoForClanLogo(Hash vehicleModel, rage::fvector3& x, rage
|
|||||||
return true;
|
return true;
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user