drugsSold

Call this export when drugs are sold to ensure reputation is added if the player is currently inside a territory.

-- ARGUMENTS
-- player: int         

-- RETURNS
-- nil

RegisterNetEvent("drugSales:onSold",function()
  exports.ti_territories:drugsSold(source)
end)

Last updated