ChrisToFLuA / ToFFleeca

Fleeca Robbery using qtarget, ox_inventory, ox_lib

Home Page:https://forum.cfx.re/t/free-fleeca-robbery-dependencies-esx-legacy-qtarget-ox-inventory-polyzone/4909843/8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToFFleeca

Fleeca Robbery

Preview Video : https://youtu.be/rW0WUJtRnpI

Dependencies

Item used for the robbery

  • 1x id_card_f
  • 2x thermalcharge
  • jewels
  • goldingots
  • black money it can be easily modified in the server file

for the fleeca items, u can add these to the file \ox_inventory\data\items.lua (check if they doesn't exist before add lines)

    ['thermalcharge'] = {
        label = 'Charge Thermique', -- put your translation here
        weight = 1000,
        stack = true,
        close = false,
        description = nil
    },  
    --------------------------------------------------------------------------
    ['id_card_f'] = {
            label = 'carte d\'accès piratée',  -- put your translation here
            weight = 150,
            stack = true,
            close = false,
            description = nil
    },
    --------------------------------------------------------------------------
    ['jewels'] = {
		        label = 'Bijoux',
		        weight = 250,
		        stack = true,
		        close = false,
		        description = nil
	  },
    --------------------------------------------------------------------------
    ['goldingot'] = {
            label = 'Lingot d\'Or',  -- put your translation here
            weight = 1000,
            stack = true,
              close = false,
              description = nil
    }, 
        --**(if it's the last item of the file items.lua, delete the coma)**

two different zones to loot whith different items

first zone (black_money, jewels, cards)

The door to access to the second room need to be forced too

second room (goldingots)

Qtarget menus

Different options in the menu depending on the job (LSPD / EMS / Others)

No Spam Loot

Timer function to avoid spam loot

LSPD blip

it appears during 10 minutes, and the lspd in and out of services are mention, cauz protect and serve ;-) it can be easily modified in the server file.

About

Fleeca Robbery using qtarget, ox_inventory, ox_lib

https://forum.cfx.re/t/free-fleeca-robbery-dependencies-esx-legacy-qtarget-ox-inventory-polyzone/4909843/8

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%