mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
+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()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
Config = {}
|
||||
Config.Locale = 'fr'
|
||||
Config.EnableESXIdentity = false
|
||||
Config.MaxSalary = 3500
|
||||
|
||||
Reference in New Issue
Block a user