Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 530 Bytes

EXAMPLE.md

File metadata and controls

25 lines (24 loc) · 530 Bytes
exports['wx_logs']:SendLog("death",{
    username = "Player Deaths",
    color = 16737095,
    title = "Death",
    fields = {
        {
            ["name"]= "Player Name",
            ["value"]= playerName,
            ["inline"] = true
        },
        {
            ["name"]= "Coords",
            ["value"]= coords,
            ["inline"] = true
        },
        {
            ["name"]= "Death Cause",
            ["value"]= reason,
            ["inline"] = true
        },
    },
})