Merge pull request #352 from Deliux/main

fix(esx_mechanicjob): fixed npc job not working/added missing locale
This commit is contained in:
Benzo
2022-07-26 02:38:13 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -963,7 +963,7 @@ end, false)
RegisterCommand('startmechanicjob', function()
RegisterCommand('mechanicjob', function()
local playerPed = PlayerPedId()
if ESX.PlayerData.job and ESX.PlayerData.job.name == 'mechanic' then
if NPCOnJob then
@@ -46,6 +46,7 @@ Locales['en'] = {
['cant_attach_own_tt'] = 'you can\'t attach own tow truck',
['no_veh_att'] = 'there is no vehicle to be attached',
['not_right_veh'] = 'this is not the right vehicle',
['not_right_place'] = 'this is not the right place',
['veh_det_succ'] = 'vehicle successfully dettached!',
['imp_flatbed'] = 'Action impossible! You need a Flatbed to load a vehicle',
['objects'] = 'objects',