Utility:BankRobbery:EnteredBank

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

Argument
Data Type
Description

bankId

number

The index in the Config.Banks table

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

Last updated

Was this helpful?