Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Allow a previously blacklisted ped to be sold drugs to again.
addPedToNPCSellingBlacklist
exports["drugs_creator"]:removePedFromNPCSellingBlacklist(ped)
ped
RegisterNetEvent('drugs_creator:framework:ready', function() local closestPed = ESX.Game.GetClosestPed() exports["drugs_creator"]:removePedFromNPCSellingBlacklist(closestPed) end)
Related topics