Envi Trap Phone
Find Directory
Find folder envi-trap-phone/server/open_functions.lua
Replace function
Replace existing function OnDrugSaleServer with this:
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