常用方法记录 lua

7 阅读1分钟
    --顶部跑马灯
    local _str = string.format("文字提示 <%s/FCOLOR=251> ", '文字颜色')
    local json = { Type = 5, FColor = 215, BColor = 0, Msg = _str, }
    sendmsg(actor, 2, tbl2json(json))