This script adds 2 new items - suicide pill and fake suicide pill
Suicide pill
- You can use it to kill yourself therefore commit suicide
- You can configure all of the aspects of the resources
Fake suicide pill
- Allows you to fake your own suicide - After using the pill you will lay on the ground unconscious until the timer expires (Which you can change in the config - everything can be changed)
Preview
Suicide pill
Fake suicide pill
- After using revive command you will be revived
INSTALLATION
GITHUB - for more information and download
- Download the newest version from github
- Put it in the resources/[standalone]/
- Add these items to your qbcore shared/items.lua
- Configure the resource in config.lua
- You are done :)
['suicidepill'] = { ['name'] = 'suicidepill', ['label'] = 'Suicide pill', ['weight'] = 25, ['type'] = 'item', ['image'] = 'YOURPNGHERE.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'When life hits the bottom :c' },
['fakesuicidepill'] = { ['name'] = 'fakesuicidepill', ['label'] = 'Fake suicide pill', ['weight'] = 25, ['type'] = 'item', ['image'] = 'YOURPNGHERE.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A pill that could help you escape a ugly situation' },