mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Merge pull request #18 from n3x503/patch-1
Update main.lua Money Gitch Patched (line 388 )
This commit is contained in:
@@ -387,6 +387,8 @@ function OpenManageGradesMenu(society)
|
||||
|
||||
if amount == nil then
|
||||
ESX.ShowNotification(_U('invalid_amount'))
|
||||
elseif amount >= 3001 then
|
||||
ESX.ShowNotification(_U('invalid_amount_max'))
|
||||
else
|
||||
menu2.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user