This commit is contained in:
Jérémie N'gadi
2017-09-09 16:33:34 +02:00
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -344,7 +344,7 @@ function OpenPromoteMenu(society, employee)
ESX.TriggerServerCallback('esx_society:setJob', function()
OpenEmployeeList(society)
end, employee.identifier, society, data.current.value, promote)
end, employee.identifier, society, data.current.value, 'promote')
end,
function(data, menu)
@@ -460,4 +460,4 @@ end)
AddEventHandler('esx_society:openBossMenu', function(society, close, options)
OpenBossMenu(society, close, options)
end)
end)
+7
View File
@@ -3,6 +3,7 @@ Locales['en'] = {
['actions'] = 'actions',
['deposit_amount'] = 'deposit amount',
['deposit_society_money'] = 'deposit society money',
['do_you_want_to_recruit'] = 'do you want to recruit %s?',
['employee'] = 'employee',
['employee_list'] = 'employee list',
['employee_management'] = 'employee management',
@@ -26,5 +27,11 @@ Locales['en'] = {
['yes'] = 'yes',
['you_have'] = 'you have ~g~$',
['you_have_laundered'] = 'you have ~r~laundered~s~ your money: ~g~$',
['you_have_hired'] = 'you have recruited %s',
['you_have_been_hired'] = 'you have been hired by %s',
['you_have_fired'] = 'you have fired %s',
['you_have_been_fired'] = 'you have been fired from %s',
['you_have_promoted'] = 'you have promoted %s as %s',
['you_have_been_promoted'] = 'you have been promoted',
}