mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
qb-management export update
This commit is contained in:
@@ -17,9 +17,6 @@ QBCore.Functions.CreateCallback('jim-payments:ManageWrapper', function(source, c
|
||||
local result = nil
|
||||
if type == "GetAccount" then result = exports["qb-management"]:GetAccount(account) end
|
||||
if type == "GetGangAccount" then result = exports["qb-management"]:GetGangAccount(account) end
|
||||
|
||||
print(type.." "..account.." "..result)
|
||||
|
||||
cb(result)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user