local config = {promotion = 1,minLevel = 20,cost = 20000,premium = "yes"}
local disabledVocations = {0}
config.premium = getBooleanFromString(config.premium)
function onSay(cid,words,param)
if (isInArray(disabledVocations, getPlayerVocation(cid)) == TRUE) then
elseif (config.premium == TRUE and...