Client

inDelivery

Checks if a player is in a delivery or not

local activeDelivery = exports.brazzers_sales:inDelivery()

if activeDelivery then
    -- do stuff when delivery is active
else
    -- do stuff when delivery is inactive
end

getRepAmount

Returns the amount of rep you have in the specific reputation

exports.brazzers_sales:getRepAmount(rep)
  • rep: string

    • weed


getAllRep

Gets all your rep in a table


hasSkill

Checks if a player has a specific skill

  • skill: string

    • Big Booty Bandit


getHighestSkill

Gets the highest skill from a list of data

  • data: table

    • {'Big Booty Bandit 1', 'Big Booty Bandit 2', 'Big Booty Bandit 3'}


getMyMarketItems

Returns all my items in a table that are on the market


getCart

Returns all my items in my cart


getAmountOfOffers

Returns the amount of offers I have on the market


openMenu

Opens the drug menu


closeMenu

Closes the drug menu


Last updated