Skip to main content
Called when a bomb is planted on a prevault door,, called exactly after the item removal. (Called for server and all clients)
ArgumentData TypeDescription
sourcenumberThe source of the hacker
bankIdnumberThe index in the Config.Banks table
itemstringThe bomb item, currently its just Config.BombItem

RegisterNetEvent("Utility:BankRobbery:BombPlanted", function(source, bankId, item)
    print("Bomb planted by", source, "in bank", bankId)
end)