Client
OpenNearestAtm
-- Example: Opening an ATM via a custom target script or command
local success = exports['ak47_banking']:OpenNearestAtm()
if not success then
-- The script already notifies the player, but you can add custom logic here
print("Failed to open ATM: No card found or card cannot be used.")
endOpenNearestBank
Last updated