Xandrice / randol_notes

A notepad/note system that allows you to have a unique notepad to store all notes and even rip them out with metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showcase:

Requirements:

Items to add to ox inventory

["notepad"] = {
	label = "Notepad",
	weight = 0,
	stack = false,
	close = true,
	description = "Sometimes handy to remember something :)",
},

["tornnote"] = {
	label = "Torn Note",
	weight = 0,
	stack = false,
	close = false,
},

Run the sql. Put the notepad in a shop or in a loot pool somewhere. It will automatically assign an id to the notepad and insert a row into the database for it when it's created.

I DO NOT PROVIDE SUPPORT CAUSE IT'S A FREE SCRIPT AND I DON'T HAVE THE BRAIN CAPACITY TO DEAL WITH DUMB PEOPLE. IT WORKS ON MY MACHINE SO.

About

A notepad/note system that allows you to have a unique notepad to store all notes and even rip them out with metadata.


Languages

Language:Lua 100.0%