Phillip2122 / qb-notepad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qb-notepad

Pictures

Install

Add resource to [qb] folder
Add image to qb-inventory/html/images
Add below code into qb-core/shared.lua

['notepad'] = {['name'] = 'notepad', ['label'] = 'Notepad', ['weight'] = 3, ['type'] = 'item', ['image'] = 'notepad.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A peice of paper to write things down on'},

About


Languages

Language:Lua 31.2%Language:CSS 30.1%Language:HTML 22.4%Language:JavaScript 16.3%