Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 427 Bytes

Setup

Drop db-drugeffects into your resources folder.

Make sure you add ensure db-drugeffects into your server.cfg

More Items

If you want to add more items copy this and paste into your server.lua file

ESX.RegisterUsableItem('change_item_name_here', function(source)

	local xPlayer = ESX.GetPlayerFromId(source)
	TriggerClientEvent('db_drugs:ondrugs', source)

end)

Contact

deBBuu#3317