nc-drugselling
Integration of our Turf Zone system with nc-drugselling script!
4
Copy Snippet:
local turfId = exports['op-crime']:getPlayerTurfZone(src)
if turfId then
TriggerEvent('op-crime:drugSold', src, turfId, dealData.price)
end
Last updated