Skip to main content
Called when a bank vault is hacked. (Called for server and all clients)
ArgumentData TypeDescription
sourcenumberThe source of the hacker
bankIdnumberThe index in the Config.Banks table

RegisterNetEvent("Utility:BankRobbery:VaultHacked", function(source, bankId)
    print("Vault hacked by", source, "in bank", bankId)
end)