This resource is drag/drop. You will just need to add the following inside of your server.cfg after you've dropped the file into your resources.
ensure adminplus-selldrugs
Feel free to check the config.lua & customise to what you'd like.
Config = {
requiredCops = 0,
npcFightOnReject = true,
account = 'money', --change to 'money' if you want
drugs = {
['coke_pooch'] = 150,
--add as much as you want
},
cityPoint = vector3(0.0, -1509.0, 150.0), --set cityPoint to false to disable
notify = {
title = 'Drugs',
nodrugs = 'You don\'t have any drugs to sell.',
cooldown = 'Please wait some time!',
toofar = 'You\'re too far from the city.',
cops = 'There\'s no cops in the city.',
searching = 'You\'re searching for clients for ',
abort = 'Client has resigned from the order.',
notfound = 'There\'s no nearby clients.',
approach = 'Your client is approaching..',
found = 'You\'ve found client on ',
press = 'Press ~INPUT_PICKUP~ to sell',
reject = 'This stuff is horrible!',
vehicle = 'You\'ve got to leave vehicle to sell',
sold = 'You\'ve sold x%s of %s for $%s',
client = 'Your client want\'s to buy x%s %s',
police_notify_title = 'Police Dispatch',
police_notify_subtitle = 'Drugs sell',
},
pedlist = {
}
}