- Join my discord! get all my releases , information and much more! https://discord.gg/6rMhMHC
- Check my latest release on forums https://forum.cfx.re/t/esx-paid-knatus-art-of-guitar/4719827
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.
This resource need the following resources to work properly:
- EssentialMode
- es_extended
- esx_doorlock
- esx_knatusblowtorch (A personal modification from esx_borrmaskin)
- mhacking
esx_knatusblowtorch link https://github.com/Knaak53/esx_knatusblowtorch
This resource include a lang config to translate it, dont touch the code for that (If find cant translate it, create a issue, pls)
use git clone or download it to your esx folder.
write this in your server.cfg
-
start esx_doorlock ## if you dont have it
-
start esx_knatusblowtorch
-
start mhacking ## if you dont have it
-
start esx_knatusrobberybank
-
import the sql at your table items at your database (to add the 3 items needed, 2 for fleeca banks)
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
},