mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Add Config.MaxSalary
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ function OpenManageGradesMenu(society)
|
||||
|
||||
if amount == nil then
|
||||
ESX.ShowNotification(_U('invalid_amount'))
|
||||
elseif amount >= 3001 then
|
||||
elseif amount >= Config.MaxSalary then
|
||||
ESX.ShowNotification(_U('invalid_amount_max'))
|
||||
else
|
||||
menu2.close()
|
||||
|
||||
Reference in New Issue
Block a user