Modify notifications with the right locale variable

Fix #25
This commit is contained in:
Cedric LECOMTE
2018-11-21 13:43:34 +01:00
parent af2f506110
commit 319a7845d6
+2 -2
View File
@@ -59,7 +59,7 @@ Citizen.CreateThread(function()
SetBlipColour (blip, 2)
SetBlipAsShortRange(blip, true)
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(_U('atm'))
AddTextComponentString(_U('atm_blip'))
EndTextCommandSetBlipName(blip)
end
end)
@@ -138,4 +138,4 @@ AddEventHandler('onResourceStop', function(resource)
TriggerEvent('esx_atm:closeATM')
end
end
end)
end)