Git Product home page Git Product logo

toffleeca's Introduction

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.

toffleeca's People

Contributors

christoflua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.