mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-18 06:46:02 +01:00
Gang Support in cash registers
This commit is contained in:
1
atms.lua
1
atms.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user