Skip to Content
Emote MenuConfiguration

Configuration

config.lua
Config = {} -- Keybinds Config.OpenMenu = 'F3' -- Open menu keybind or false to disable keymapping Config.CancelEmote = 'X' -- Cancel emote keybind or false to disable keymapping Config.Crouch = 'C' -- Crouch keybind or false to disable keymapping Config.AnimSuggestKey = 'E' -- Key to use suggested animation (default: E) Config.MenuPosition = 'right' -- Menu position: 'left' or 'right' Config.MenuControlScheme = 'cursor' -- 'cursor' = mouse cursor, 'keyboard' = ovládání šipkami Config.SyncRequestUI = 'dialog' -- 'dialog' = custom UI dialog, 'textui' = ox_lib textui (left side) Config.EnableVirtualPed = true -- Enable VirtualPed preview on hover (true/false) Config.AnimSuggestions = true -- Show contextual animation suggestions Config.EnableHandsUp = true -- Enable hands up module (X key) Config.EnableRagdoll = true -- Enable ragdoll module (U key) Config.DisableEmotesInVehicle = true -- Disable emotes when player is in vehicle (true/false) Config.MenuCategoryTooltips = true -- Show category tooltip bubble on hover Config.AnimSuggestIdleTime = 5 -- Seconds to wait before showing suggestion Config.AnimSuggestChangeInterval = 8 -- Seconds before changing idle animation suggestion Config.EmotesPerLoad = 100 -- Number of emotes to load at once (affects menu opening speed) Config.SharedEmoteDistance = 5.0 -- Maximum distance for shared emote requests (in meters) Config.EmoteCooldown = 1000 -- Cooldown between emotes in milliseconds (default: 1000ms = 1 second) Config.IdleAnimations = { {label = "Phone Text", command = "phonetext"}, {label = "Phone Call", command = "phonecall"}, {label = "Smoke", command = "smoke"}, {label = "Check Watch", command = "checkwatch"}, {label = "Stretch", command = "stretch"}, {label = "Scratch", command = "scratchass"}, {label = "Look Around", command = "wait"}, {label = "Wait", command = "wait2"}, } Config.VehicleLeanSuggestions = { enabled = true, distance = 2.0, animations = { {label = "Lean on Vehicle", command = "leancar"} } } Config.WallLeanSuggestions = { enabled = true, distance = 1.5, animations = { {label = "Lean on Wall", command = "leanwall"} } }
Last updated on