Merge branch 'AstroNext_P3'

This commit is contained in:
Amir_Lynx
2022-11-01 00:25:51 +03:30
@@ -80,6 +80,7 @@ AddEventHandler('esx_lscustom:refreshOwnedVehicle', function(vehicleProps)
if vehicleProps.model == vehicle.model then
MySQL.update('UPDATE owned_vehicles SET vehicle = ? WHERE plate = ?', {json.encode(vehicleProps), vehicleProps.plate})
Customs[tostring(source)][tostring(vehicleProps.plate)].props = props
Customs[tostring(source)][tostring(vehicleProps.plate)].props = props
else
print(('[^3WARNING^7] Player ^5%s^7 Attempted To upgrade with mismatching vehicle model'):format(xPlayer.source))
end