Scripts/resources/[jims]/jim-notepad/README.md

25 lines
717 B
Markdown
Raw Permalink Normal View History

2024-12-29 19:49:12 +00:00
I hope you have fun with this script and that it brings jobs and RP to your server
If you need support I now have a discord available, it helps me keep track of issues and give better support.
https://discord.gg/xKgQZ6wZvS
# jim-NotePad
Simple notepad script
## Dependencies
- qb-menu - for the menus
- qb-target - for the third eye selection
- qb-input - for the note making
## Optional
- ox_lib - Context Menu support
https://streamable.com/pt3e0n
## Install
```lua
["notepad"] = {["name"] = "notepad", ["label"] = "Notepad", ["weight"] = 100, ["type"] = "item", ["image"] = "notepad.png", ['unique'] = true, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ""},
```