Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt

Use this file to discover all available pages before exploring further.

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)