FAQ
In this channel, you’ll be able to find frequently asked questions about this script and about our store
Last updated
In this channel, you’ll be able to find frequently asked questions about this script and about our store
Last updated
INSERT IGNORE INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('coins', 'Coins', 1, 0, 1);coins = {
name = "coins",
label = "Coins",
weight = 0,
type = "item",
image = "coins.png",
unique = false,
useable = false,
shouldClose = false,
combinable = nil,
description = "Coins"
},