try
-- made by Fire Element
dofile("./config.lua")
function onSay(cid, words, param, channel)
local x = {
item = 9971,
amount = 10,
amountskill = 10,
limitskill = 340
}
local xml = {
item = 9971,
amount = 15,
amountml = 5,
limitml = 195
}
local pid = getPlayerGUID(cid)...