Trim vehicle plates

This commit is contained in:
ElPumpo
2018-11-29 15:32:36 +01:00
parent c975fea6d3
commit f68e11be2d
+1 -1
View File
@@ -641,7 +641,7 @@ ESX.Game.GetVehicleProperties = function(vehicle)
model = GetEntityModel(vehicle),
plate = GetVehicleNumberPlateText(vehicle),
plate = ESX.Math.Trim(GetVehicleNumberPlateText(vehicle)),
plateIndex = GetVehicleNumberPlateTextIndex(vehicle),
health = GetEntityHealth(vehicle),