drucker und fixes
This commit is contained in:
parent
5e9804135d
commit
bebc98abca
29 changed files with 673 additions and 7 deletions
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE printer (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
image_name VARCHAR(255) NOT NULL,
|
||||
image_link VARCHAR(255) NOT NULL
|
||||
);
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
["paper"] = {
|
||||
label = "Paper",
|
||||
weight = 1,
|
||||
stack = false,
|
||||
close = true,
|
||||
consume = 0,
|
||||
server = {
|
||||
export = 'pl_printer.paper'
|
||||
}
|
||||
},
|
|
@ -0,0 +1 @@
|
|||
['paper'] = {['name'] = 'paper', ['label'] = 'Paper', ['weight'] = 10, ['type'] = 'item', ['image'] = 'paper.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Photo Copy Print'},
|
BIN
resources/[inventory]/pl_printer/installfolder/paper.png
Normal file
BIN
resources/[inventory]/pl_printer/installfolder/paper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
Loading…
Add table
Add a link
Reference in a new issue