Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 419 Bytes

addEmoteToMenu.md

File metadata and controls

19 lines (17 loc) · 419 Bytes

Add Emote To Menu

Add an emote to the menu

local scully_emotemenu = exports.scully_emotemenu

scully_emotemenu:addEmoteToMenu('Animal Emotes', {
    Label = 'Bark (big dog)',
    Command = 'bdogbark',
    Animation = 'idle_a',
    Dictionary = 'creatures@rottweiler@amb@world_dog_barking@idle_a',
    Options = {
        Flags = {
            Loop = true,
        },
    },
    PedTypes = {'big_dogs'},
})