This commit is contained in:
ElPumpo
2019-01-03 13:16:13 +01:00
parent 5b3c553e66
commit 76a06abc78
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ end)
ESX.RegisterServerCallback('esx_policejob:getVehicleInfos', function(source, cb, plate)
MySQL.Async.fetchAll('SELECT * FROM owned_vehicles WHERE @plate = plate', {
MySQL.Async.fetchAll('SELECT owner FROM owned_vehicles WHERE plate = @plate', {
['@plate'] = plate
}, function(result)