Multi-language support

This commit is contained in:
nearbyplayer
2017-08-15 14:53:40 -04:00
parent 5caa2bfa93
commit 79eae03965
6 changed files with 37 additions and 10 deletions
+1 -1
View File
@@ -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)