Client

inDelivery

circle-info

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

circle-info

Returns the amount of rep you have in the specific reputation

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

    • weed


getAllRep

circle-info

Gets all your rep in a table


hasSkill

circle-info

Checks if a player has a specific skill

  • skill: string

    • Big Booty Bandit


getHighestSkill

circle-info

Gets the highest skill from a list of data

  • data: table

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


getMyMarketItems

circle-info

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


getCart

circle-info

Returns all my items in my cart


getAmountOfOffers

circle-info

Returns the amount of offers I have on the market


openMenu

circle-info

Opens the drug menu


closeMenu

circle-info

Closes the drug menu


Last updated