Integration of our Turf Zone system with nc-drugselling script!
Go to nc-drugselling/server/main.lua
nc-drugselling/server/main.lua
Find event called:
nc-drugselling:server:makeDeal
Please make sure to paste code in correct place.
Copy Snippet:
local turfId = exports['op-crime']:getPlayerTurfZone(src) if turfId then TriggerEvent('op-crime:drugSold', src, turfId, dealData.price) end
Last updated 4 months ago