Hello, I wanted to add a locale to a script. This is unfortunately not taken over. What could be the problem?


you need to do
ESX.ShowNotification(_U(‘teleported’)
ESX.ShowNotification(_U(‘scripted’)
print(_U(‘scripted’)
ESX.ShowNotification(_U(‘marker’)
ESX.ShowNotification(_U(‘error’)
just add _U()
(hope i helped) 
I fixed it in a different way. Thanks anyway 
