I'm still getting issues.
Script:
function onSay(cid, words, param)
local cost = 50 * param
local cfg = { level = 1, limit = 500, msgtype = MESSAGE_STATUS_CONSOLE_BLUE }
if param <= limit then
if doPlayerRemoveMoney(cid, cost) then
local bp = doPlayerAddItem(cid, 8704...