Skip to content

ChrisToFLuA/ToFFleeca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.