mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Minor edits
This commit is contained in:
@@ -35,7 +35,7 @@ start esx_bankerjob
|
||||
### License
|
||||
esx_bankerjob - bank script
|
||||
|
||||
Copyright (C) 2015-2018 Jérémie N'gadi
|
||||
Copyright (C) 2015-2020 Jérémie N'gadi
|
||||
|
||||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
|
||||
|
||||
|
||||
+2
-2
@@ -26,8 +26,8 @@ end)
|
||||
|
||||
function OpenBankActionsMenu()
|
||||
local elements = {
|
||||
{ label = _U('customers'), value = 'customers' },
|
||||
{ label = _U('billing'), value = 'billing' }
|
||||
{label = _U('customers'), value = 'customers'},
|
||||
{label = _U('billing'), value = 'billing'}
|
||||
}
|
||||
|
||||
if ESX.PlayerData.job.grade_name == 'boss' then
|
||||
|
||||
Reference in New Issue
Block a user