function valami(thePlayer, commandName, ...)
if (exports.global:isRpSeged(thePlayer)) then
if not (...) then
outputChatBox(\"Példa: /valami [Üzenet]\", thePlayer, 255, 194, 15)
else
uzenet = table.concat({...}, \" \")
exports.notifications:showBox(root, \"info\", uzenet)
end
end
end
addCommandHandler(\"valami\", uzenet, false, false)