mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Multi-language support
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ AddEventHandler('esx_barbershop:pay', function()
|
||||
|
||||
xPlayer.removeMoney(Config.Price)
|
||||
|
||||
TriggerClientEvent('esx:showNotification', source, 'Vous avez payé $' .. Config.Price)
|
||||
TriggerClientEvent('esx:showNotification', source, _U('you_paid') .. '$' .. Config.Price)
|
||||
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user