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

RegisterNetEvent("Utility:BankRobbery:EnteredBank", function(bankId)
    print("Entered bank", bankId)
end)