This commit is contained in:
ElPumpo
2018-10-21 12:38:07 +02:00
parent 31ec796993
commit 3501f8a23b
+1 -1
View File
@@ -103,7 +103,7 @@ AddEventHandler('esx_jobs:action', function(job, zone)
local playerPed = PlayerPedId()
if IsPedInAnyVehicle(playerPed, false) then
ESX.ShowNotification(U('foot_work'))
ESX.ShowNotification(_U('foot_work'))
else
TriggerServerEvent('esx_jobs:startWork', zone.Item)
end