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 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)