Revert "Version 1.8.1 - Support added for Renewed Banking"

This reverts commit de4e6ad312.
This commit is contained in:
Jim Shield
2022-09-18 15:30:31 +01:00
parent de4e6ad312
commit 939026fd68
7 changed files with 43 additions and 59 deletions

View File

@@ -104,6 +104,17 @@ CreateThread(function()
end
end)
local function PlayATMAnimation(animation)
if animation == 'enter' then
end
if animation == 'exit' then
loadAnimDict('amb@prop_human_atm@male@exit')
TaskPlayAnim(PlayerPedId(), 'amb@prop_human_atm@male@exit', "exit", 1.0,-1.0, 3000, 1, 1, true, true, true)
unloadAnimDict('amb@prop_human_atm@male@enter')
end
end
RegisterNetEvent('jim-payments:Client:ATM:use', function(data)
--this grabs all the info from names to savings account numbers in the databases
local p = promise.new()