Yes it was easy fix after all, for me the problem was at lines from 84 to 100 at esx_garage: server.lua
try to use this lines, hope it helps:
esx.RegisterServerCallback('erp_garage:checkMoney', function(source, cb)
local sourceXPlayer = esx.GetPlayerFromId(source)
local deudas = 0...