Gang Support in cash registers

This commit is contained in:
Jim Shield
2022-06-21 15:11:31 +01:00
committed by GitHub
parent 2302ff987b
commit 4b028d75b1
5 changed files with 93 additions and 58 deletions

View File

@@ -298,6 +298,7 @@ RegisterNetEvent('jim-payments:Client:ATM:use', function(data)
Wait(atmbartime+500)
if not cancelled then
cancelled = false
local dialog = exports['qb-input']:ShowInput({ header = setheader, txt = "test", submitText = "Transfer", inputs = setinputs })
if dialog then
if not dialog.amount then return end