mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 22:02:27 +00:00
Fixed #56
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user