Lation Selling

Find Directory

Find folder lation_selling/server/functions.lua

Replace function

Replace existing function DrugSold with this:

function DrugSold(source, zoneId, item, quantity, value, xpAdded)
    local gangZone = exports['kartik-gangs']:getPlayerGangZone(source)
    if gangZone then 
        TriggerEvent('kartik-gangs:server:onDrugSold', source, gangZone)
    end
end

Last updated