Merge pull request #18 from n3x503/patch-1

Update main.lua Money Gitch Patched (line 388 )
This commit is contained in:
Don
2017-12-25 14:29:07 -08:00
committed by GitHub
+2
View File
@@ -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()