G[S]cripts
  • G[S]cripts Documentation
  • FiveM/RedM Asset Escrow
  • Trucking Job
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
      • server/edit.lua
  • Advanced Trailers
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
  • Motorhomes
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
      • client/framework/*lua
      • server/framework/*.lua
  • Moonshining
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
  • Bank Robbery
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
      • editable/server.lua
  • GANG WARS
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
      • editable/server.lua
    • Exports
Powered by GitBook
On this page
  • Download The Assets
  • Dependencies (Optional)
  • Asset Order
  1. Bank Robbery

Installation

Here you can learn the basic instructions to install the resource and get it running. As long as each step is followed correctly, there should no issues!

Previouseditable/client.luaNextAdvanced Configuration

Last updated 5 months ago

It's recommend that you read each step carefully without skipping any lines, since all documentation is important and should not be ignored under any circumstances.


Download The Assets

To find and download the asset, you must have made the purchase using your own Cfx/keymaster account. Otherwise, you can use keymasters transfer system to transfer the asset to a different Cfx/keymaster account.

Once the purchase is made on our official website, you will receive your asset directly in your Cfx portal, in your own panel you can download the asset and install it following the following documentation.

If you have more problems regarding FiveM/RedM Escrow, accounts or asset startup errors you can go here and see if any of them match your case.


Dependencies (Optional)

This asset has some dependencies that are optional. You can replace these with any resource that you'd like

Dependencies
Direct links

Vorp Core

Vorp Inventory

gs_doorlocks

qadr-safe (GS Edit)

Legends-Keypress

Asset Order

You need to make sure assets start in the correct order, if something goes wrong you will probably get errors about exports not found, do not skip this step!

Make sure the order of assets are correct in your server.cfg file.

-- First, frameworks required
ensure vorp_core -- Optional
ensure vorp_inventory -- Optional

-- All other resources including
ensure gs_doorlocks -- Optional
ensure legends-keypress -- Optional
ensure qadr-safe -- Optional
ensure gs_bankrobbery

For more advanced configurations, please visit the Advanced Configurations section.

You can also join the discord for updates, player shared configs, and support.

FiveM/RedM Asset Escrow
Advanced Configuration
https://github.com/VORPCORE/vorp_core-lua
https://github.com/VORPCORE/vorp_inventory-lua
https://github.com/GlitchOo/gs_doorlocks
https://github.com/GlitchOo/qadr-safe
https://github.com/Legends-Rising/legends-keypress