Minor changes

This commit is contained in:
ElPumpo
2018-07-29 15:07:38 +02:00
parent 60222d0a3c
commit c4d4a46ce0
8 changed files with 42 additions and 53 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ AddEventHandler('esx_garage:updateOwnedVehicle', function(vehicleProps)
end)
ESX.RegisterServerCallback('esx_vehicleshop:getVehiclesInGarage', function(source, cb, garage)
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
local xPlayer = ESX.GetPlayerFromId(source)
MySQL.Async.fetchAll('SELECT * FROM `user_parkings` WHERE `identifier` = @identifier AND garage = @garage',
{