mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
fix locale not using namespace
This commit is contained in:
@@ -51,7 +51,7 @@ AddEventHandler('esx_accessories:pay', function()
|
||||
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
xPlayer.removeMoney(self.Config.Price)
|
||||
TriggerClientEvent('esx:showNotification', source, _U('you_paid', ESX.Math.GroupDigits(self.Config.Price)))
|
||||
TriggerClientEvent('esx:showNotification', source, _U('accesories:you_paid', ESX.Math.GroupDigits(self.Config.Price)))
|
||||
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user