From 3501f8a23b5889b47b009e8aefc26cc6d50c0185 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Sun, 21 Oct 2018 12:38:07 +0200 Subject: [PATCH] Fixed #56 --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 8a56783b..f27eff4a 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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