Astrum Studio Docs
  • C4 Suitcase
    • Client Exports
    • RpEmotes Animation Example
    • Inventory Implementation Example
    • QB-Target Support
Powered by GitBook
On this page
  1. C4 Suitcase

RpEmotes Animation Example

["c4case"] = {
    "move_weapon@jerrycan@generic",
    "idle",
    "C4 Briefcase",
    AnimationOptions = {
        Prop = "lev_briefcase_hold",
        PropBone = 57005,
        PropPlacement = {
            0.12,
            0.0,
            0.0,
            0.0,
            255.0,
            80.0
        },
        EmoteLoop = true,
        EmoteMoving = true
    }
},

Last updated 1 year ago