Skip to main content
Called when a player exits a bank (Called for server and the caller client)
ArgumentData TypeDescription
bankIdnumberThe index in the Config.Banks table

RegisterNetEvent("Utility:BankRobbery:ExitedBank", function(bankId)
    print("Exited bank", bankId)
end)