ESX • QBCore • Qbox compatible
Instant download
Updates included
Discord support
Secure checkout

Pacific Bank Heist

Resource folder: gs_pacificbank

View product

Installation Instructions for Pacific Bank Heist

Follow these steps to install and configure gs_pacificbank on your FiveM server.

  1. Download the Resource
    • Go to portal.cfx.re
    • Navigate to Assets > Granted Assets > gs_pacificbank
    • Download the resource
  2. Extract the Files
    • Open the downloaded .zip file
    • Inside, you'll find a folder named gs_pacificbank
    • Move the entire gs_pacificbank folder into your desired server resources folder (e.g., /resources/[scripts])
  3. Add to Server Configuration
    • Open your server.cfg
    • Add the following line:
      ensure gs_pacificbank
  4. Restart the Server
    • Restart your FiveM server (Important!)
  5. Configure the Script (Optional)
    • Navigate to gs_pacificbank/config.lua
    • Edit the configuration options to fit your server's needs

Which framework does Pacific Bank Heist support?

The script ships configured for ESX by default. Framework-specific logic lives in editable bridge functions, so you can adapt it for QBCore, Qbox, or a custom framework by updating those bridge wrappers (for example Functions.Notify and police count checks).

How do I set up police count checks on a custom framework?

Implement the server bridge function that returns your on-duty officer count. The heist uses that value for minimum police requirements. Match the pattern shown in the official install docs and CFX forum bridge examples for your framework.

Is the heist synchronized for all players?

Yes. Thermite placement, effects, and stage progress are synchronized for everyone on the server. If one player dies, other non-police players can continue or finish the heist.

Can teammates join an active heist?

Yes. Anyone who is not police can participate in an ongoing heist. Progress is shared across the group.

Where can I find installation and setup docs?

Full documentation is at gamzkystore.com/docs. The Pacific Bank Heist page covers install steps, config options, and bridge setup.