Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LawZze committed Dec 2, 2019
1 parent 55fc5dc commit b5ac891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/[esx]/[jobs]/esx_policejob/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,9 @@ function OpenFineCategoryMenu(player, category)
menu.close()

if Config.EnablePlayerManagement then
TriggerServerEvent('esx_billing:sendBill', GetPlayerServerId(player), 'society_police', _U('fine_total', data.current.fineLabel), data.current.amount)
TriggerServerEvent('esx_billing:sendBill1', GetPlayerServerId(player), 'society_police', _U('fine_total', data.current.fineLabel), data.current.amount)
else
TriggerServerEvent('esx_billing:sendBill', GetPlayerServerId(player), '', _U('fine_total', data.current.fineLabel), data.current.amount)
TriggerServerEvent('esx_billing:sendBill1', GetPlayerServerId(player), '', _U('fine_total', data.current.fineLabel), data.current.amount)
end

ESX.SetTimeout(300, function()
Expand Down

0 comments on commit b5ac891

Please sign in to comment.