Try to change "currentCash = ESX.GetPlayerData().money" to "if Config.UseESX then local playerData = ESX.GetPlayerData() for i=1, #playerData.accounts, 1 do if playerData.accounts[i].name == 'money' then currentCash = playerData.accounts[i].money break end end end" in fuel_client.lua