đŸŗī¸Main config

Shared = {}

Shared.Framwork = {
    ESX = true,
    QBCore = false,
    Standalone = false
}

Shared.Command = {
    Emote3D = "emote_3d",
    Name = "emote_menu",
    NameCommandStart = {"e", "emote"},
    NameCancel = "cancel_emote",
    Label = "Open emote menu",
    LabelCancel = "Cancel an emote",
    KeyBind = "M",
    KeyBindCancel = "X",
    KeyBindCommandLabel = "Emote keybind N"
}

Last updated