Knaak53 / esx_knatusrobberybank

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

The hacking gate door isn't locked #6

Closed UKRP1 closed 5 years ago

UKRP1 commented 5 years ago

So with esx_doorlock

how do we know the coords / to make the gate unlock to get to the vault once hacking is completed ?

At present, it is unlocked whether you hack it or not, allowing people just to run straight for the vault to place c4

Knaak53 commented 5 years ago

Use this config part to use at your esx_doorlock

-- principal bank
    {
        objName = 'hei_v_ilev_bk_gate2_pris',
        objCoords  = {x = 261.99899291992, y = 221.50576782227, z = 106.68346405029},
        textCoords = {x = 261.99899291992, y = 221.50576782227, z = 107.68346405029},
        authorizedJobs = { 'police' },
        locked = true,
        distance = 12,
        size = 2
    },