Skip to content

NWRPCommunity/qb-shoplifting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-shoplifting

A resource where you can shoplift items from stores Where you can shoplift is configurable and how much you get from shoplifting is also Configurable

This resource uses qb-target To make the target work you need to add these following lines in init.lua and Config.TargetModels

image

PREVIEW: https://streamable.com/u6ez5i

    ["stealing"] = {
    models = {
        "v_ret_247shelves01",
        "v_ret_247shelves02",
        "v_ret_247shelves03",
        "v_ret_247shelves04",
        "v_ret_247shelves05"
    },
    options = {
        {
            type = "client",
            event = "qb-shoplifting:client:doStuff",
            icon = "fas fa-toolbox",
            label = "Shoplift",
        }
    },
    distance = 1.0
},

    ["stealAlc"] = {
    models = {
        "v_ret_ml_liqshelfc",
    },
    options = {
        {
            type = "client",
            event = "qb-shoplifting:client:shopLiftAcohol",
            icon = "fas fa-toolbox",
            label = "Shoplift Alcohol",
        }
    },
    distance = 1.0
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%