For the complete documentation index, see llms.txt. This page is also available as Markdown.

configHeadbag.lua

config.headbag = {
    active = true,
    itemName = "headbag",
    dist = 2.0,
    selfRemoveKey = "G",
    prop = {
        model = `prop_money_bag_01`,
        bone = 12844,
        offset = vector3(0.2, 0.04, 0.0),
        rotation = vector3(0.0, 270.0, 60.0),
    },
    progressbar = {
        putOn = {
            active = true,
            time = 3000,
            canCancel = true,
            animation = {
                animDict = "anim@gangops@morgue@table@",
                anim = "player_search",
                flags = 16,
            },
        },
        remove = {
            active = true,
            time = 3000,
            canCancel = true,
            animation = {
                animDict = "anim@gangops@morgue@table@",
                anim = "player_search",
                flags = 16,
            },
        },
        selfRemove = {
            active = true,
            time = 1500,
            canCancel = true,
            animation = {
                animDict = "missfbi4",
                anim = "takeoff_mask",
                flags = 16,
            },
        },
    },
}

Last updated