Suicide pill & fake suicide pill item [QBCORE]

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

https://streamable.com/z5b8mc

Fake suicide pill

  • After using revive command you will be revived

INSTALLATION

GITHUB - for more information and download

  1. Download the newest version from github
  2. Put it in the resources/[standalone]/
  3. Add these items to your qbcore shared/items.lua
  4. ['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' },
  5. Configure the resource in config.lua
  6. You are done :)
4 Likes

nice work

1 Like

nice work

1 Like

searched the wholl internet thanks

1 Like

Looks nice, thank you

1 Like