8000 GitHub - Coffeelot/cw-notes: Notepad with metadata based note saving
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Coffeelot/cw-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐ Check out our Tebex store for some cheap scripts ⭐

cw-notes 📓

Supports QB core, Ox Core and QBox core

A lil tiny script that has two items in it: A notepad and notes. The script is pretty simple, you use the notepad and you can type some notes. The text and title are saved in the item metadata, which means you don't need to save into the database etc.

The script has support for QB inventory and OX inventory, you can toggle this in the config.

Preview

Video 📽

YOUTUBE VIDEO

Links

⭐ Check out our Tebex store for some cheap scripts ⭐

Support, updates and script previews:

Config 🔧

QB INV ❗📦

Items to add to qb-core>shared>items.lua

	["cwnotepad"] =          {["name"] = "cwnotepad",         ["label"] = "Note Pad",                  ["weight"] = 300, ["type"] = "item", ["image"] = "cwnotepad.png", ["unique"] = false, ["useable"] = true, ['shouldClose'] = false, ["combinable"] = nil, ["description"] = "Use this to write notes"},
    ["cwnote"] =          {["name"] = "cwnote",         ["label"] = "Note",                  ["weight"] = 35, ["type"] = "item", ["image"] = "cwnote.png", ["unique"] = false, ["useable"] = true, ['shouldClose'] = false, ["combinable"] = nil, ["description"] = "A note"},

OX INV ❗📦

This one has a degrade of about 2 weeks. So users will need to buy new ones

	["cwnotepad"] = {
		label = "Note Pad",
		weight = 300,
		stack = true,
		close = true,
		allowArmed = true,
		description = "Use this to write notes",
	},
	["cwnote"] = {
		label = "Note",
		weight = 350,
		stack = true,
		close = true,
		allowArmed = true,
		description = "A note",
	},

About

Notepad with metadata based note saving

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0