mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Close menu before re-open
This commit is contained in:
@@ -41,6 +41,8 @@ function ShowBillsMenu()
|
||||
},
|
||||
function(data, menu)
|
||||
|
||||
menu.close()
|
||||
|
||||
local billId = data.current.value
|
||||
|
||||
ESX.TriggerServerCallback('esx_billing:payBill', function()
|
||||
|
||||
Reference in New Issue
Block a user