Knaak53 / esx_knatusrobberybank

Complete reworked robbery bank system for ESX fiveM
GNU General Public License v3.0
31 stars 18 forks source link

esx_knatusrobberybank

Description

This is a complete rework of robbery system to ESX framework at FiveM writed in Lua under GNU V3 license, is important to know you can modify, use and do want you want with this EXCEPT distribute it under a private version, do not matter if you modify it or not, if you do modify it, publish it or create a new branch here.

Dependencies

This resource need the following resources to work properly:

Lang

This resource include a lang config to translate it, dont touch the code for that (If find cant translate it, create a issue, pls)

Installation

use git clone or download it to your esx folder.

write this in your server.cfg

Common FAQ

The central bank door is opened by default

You have to add this configuration to your esx_doorlock config file:

{
    objName = 'hei_v_ilev_bk_gate2_pris',
    objCoords  = vector3(261.99899291992, 221.50576782227, 106.68346405029),
    textCoords = vector3(261.99899291992, 221.50576782227, 107.68346405029),
    authorizedJobs = { 'police' },
    locked = true,
    distance = 12,
    size = 2
},