mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 16:01:27 +00:00
Merge pull request #352 from Deliux/main
fix(esx_mechanicjob): fixed npc job not working/added missing locale
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user