Envi Trap Phone
Find Directory
Replace function
function OnDrugSaleServer(source)
if Config.Debug then print('OnDrugSaleServer') end
local gangZone = exports['kartik-gangs']:getPlayerGangZone(source)
if gangZone then
TriggerEvent('kartik-gangs:server:onDrugSold', source, gangZone)
end
endLast updated