New owned_vehicles columns

This commit is contained in:
ElPumpo
2018-12-30 16:15:21 +01:00
parent 2706c28ace
commit 210a5a84bd
8 changed files with 39 additions and 28 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ AddEventHandler('esx_vehicleshop:returnProvider', function(vehicleModel)
if result[1] then
local id = result[1].id
local price = ESX.Round(result[1].price * 0.75)
local price = ESX.Math.Round(result[1].price * 0.75)
TriggerEvent('esx_addonaccount:getSharedAccount', 'society_cardealer', function(account)
account.addMoney(price)