uyuyorumstore
um-chat

addActions

addActions API reference for um-chat

addActions

data

Prop

Type

drawText

Prop

Type

job

Prop

Type

tag

Prop

Type

logs

Prop

Type

Example

config/commands.lua
['me'] = {
    status = true,
    command = { 'me', 'yme' },
    distance = 20.0,
    showID = false,
    drawText = {
        font = 0,
        rect = 0,
        z = 0.5,
        color = { 255, 255, 255, 215 },
    },
    job = {
        name = 'police',
        gradeShow = true,
        callSignShow = false,
        onlyOnDuty = true,
    },
    tag = {
        name = 'ME',
        background = '#fbbf24',
    },
    logs = true,
},

On this page