Skip to content

Utility:BankRobbery:ExitedBank

Called when a player exits a bank (Called for server and the caller client)

Parameter Data Type Description
bankId number The index in the Config.Banks table

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