Config = { -- Menu Options MenuLanguage = 'de', -- Change the language of the menu here!. DebugDisplay = false, -- Set this to true to enable some extra prints EnableCancelKeybind = true, -- Set this to false if you have something else on X, and then just use /e c to cancel emotes. CancelEmoteKey = 'x', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ MenuKeybindEnabled = true, MenuKeybind = 'f4', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ FavKeybindEnabled = true, -- You can disable the Favorite emote keybinding here. FavKeybind = 'capital', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ Keybinding = false, -- enable this to turn on keybinding. keybindKVP = "rpemotes", -- The keybind KVP name NotificationsAsChatMessage = false, -- If you don't like native GTA 5 notifications, you can disable them here to have messages in the chat. Framework = 'qb-core', -- Used for few framework-dependent things. Accepted values: 'qb-core', 'esx' or false Search = true, -- Used to enable or disable the search feature in the menu. CancelPreviousEmote = false, -- If turned on, playing an emote will cancel the previous one. DisableControls = false, -- Disable specific controls when menu is open, can be configured in NativeUI.lua:2452 (approximately) -- Menu Customization Options MenuTitle = '', -- You can change the name of the menu here or leave it blank to remove the text in front of the custom banners TitleOutline = false, TitleColour = {R = 255, G = 0, B = 255, A = 255}, --- The colour of the menu banner text in RGB. This is white by default aka 255, 255, 255. See https://www.rapidtables.com/web/color/RGB_Color.html for colours. MenuPosition = 'right', -- You can change the menu position here. Use 'left' or 'right' CustomMenuEnabled = true, -- You can change the header image for the menu here, Note this might cause an issue of the image getting stuck on people's screens -- Combat Car, and Player Movement Options DisarmPlayer = false, -- Set this to true if you want to disarm the player when they play an emote. AllowPunching = false, -- Set this to true if you want to allow people punching while emotes are playing AllowedInCars = true, -- Set this if you really wanna disable emotes in cars, as of 1.7.2 they only play the upper body part if in a vehicle -- You can disable the menu here / change the keybind. It is currently set to F4 -- The keybind you set here will be server-sided for new players. existing players can set their own in the ESC menu keybind settings AllowInWater = false, -- If turned off, opening the menu and playing an emote will not be possible while swimming -- Ragdoll options RagdollEnabled = true, -- You can enable or disable the Ragdoll keybinding here. RagdollKeybind = 'u', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ -- You can enable or disable Ragdoll as Toggle here. Only works if RagdollEnabled is set to true. RagdollAsToggle = true, -- Expressions, Walks, and More Menu Options ExpressionsEnabled = true, -- You can disable the Facial Expressions menu here. PersistentExpression = true, -- Saves expression style to client and applies them on joining WalkingStylesEnabled = true, -- You can disable the Walking Styles menu here. PersistentWalk = true, -- Saves walk styles to client and applies them on joining SharedEmotesEnabled = true, -- You can disable the Shared Emotes here. AdultEmotesDisabled = false, -- You can disable the Adult Emotes here. AnimalEmotesEnabled = true, -- You can disable the Animal Emotes here. -- Hands Up Options HandsupEnabled = false, -- You can disable the handsup here / change the keybind. It is currently set to Y HandsupKeybind = 'Y', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ HandsupKeybindEnabled = false, HandsupKeybindInCarEnabled = false, PersistentEmoteAfterHandsup = true, -- If true, you will play the emote you were playing previously after you stop handsup. HoldToHandsUp = false, -- Hands-up action occurs only while holding the button down -- Pointing Options PointingEnabled = true, -- You can disable the finger pointing here / change the keybind. It is currently set to B PointingKeybindEnabled = true, PointingKeybind = 'B', -- Get the button string here https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ PointingKeybindInCarEnabled = false, PersistentEmoteAfterPointing = true, -- If true, you will play the emote you were playing previously after you stop pointing. -- Crouching Options CrouchEnabled = false, -- If crouching should be enabled. CrouchKeybindEnabled = true, -- If true, crouching will use keybinds. CrouchKeybind = 'lcontrol', -- The default crouch keybind, get the button string here: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ CrouchOverrideStealthMode = false, -- If true, you won't enter stealth mode even if the crouch key and the 'duck' key are the same. FpsMode = false, -- set this to true if you have first-person shooting to disable the ability to crouch and shoot in third-person -- Crawling Options CrawlEnabled = true, -- If crawling should be enabled. CrawlKeybindEnabled = true, -- If true, crawling will use keybinds. CrawlKeybind = 'rcontrol', -- The default crawl keybind, get the button string here: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/ -- Binocular Options BinocularsEnabled = false, -- If set to true, the /binoculars command will be enabled. AllowVisionsToggling = false, -- If set to true, you'll be able to toggle between different vision modes in the binoculars -- News Camera Options NewscamEnabled = false, -- If set to true, the /newscam command will be enabled. NoIdleCam = true, -- Controls wether the idle cam can be disabled by players or not -- Preview Ped Options PreviewPed = true, -- Shows a preview of the emote on the player's ped next to the emote menu. Note that resmon will increase when this when emotes are being previewed. CheckForUpdates = true } Config.KeybindKeys = { 'NUMPAD1', 'NUMPAD2', 'NUMPAD3', 'NUMPAD4', 'NUMPAD5', 'NUMPAD6', 'NUMPAD7', 'NUMPAD8', 'NUMPAD9' } Config.Credits = { {title = "Thanks to the community", subtitle = "For supporting and using RP Emotes!"}, {title = "Thanks Enzo2991 ๐Ÿ‡ง๐Ÿ‡ช ", subtitle = "Enzo2991 ๐Ÿ‡ง๐Ÿ‡ช for creating the ped preview functionality, keybind with kvp"}, {title = "Thanks ~o~DullPear ๐Ÿ~s~", subtitle = "~o~DullPear~s~ for the original dpemotes โค๏ธ"}, {title = "Thanks Kibook ๐Ÿฉ", subtitle = "Kibook for the addition of Animal Emotes ๐Ÿฉ submenu."}, {title = "Thanks ~y~AvaN0x ๐Ÿ‡ซ๐Ÿ‡ท~s~", subtitle = "~y~AvaN0x~s~ ๐Ÿ‡ซ๐Ÿ‡ท for reformatting and assisting with code and additional features ๐Ÿ™"}, {title = "Thanks Mads ๐Ÿค–", subtitle = "Mads ๐Ÿค– for the addition of Exit Emotes, Crouch & Crawl โš™๏ธ"}, {title = "Thanks Mathu_lmn ๐Ÿ‡ซ๐Ÿ‡ท ", subtitle = "Mathu_lmn ๐Ÿ‡ซ๐Ÿ‡ท Additional features and fixes ๐Ÿ› ๏ธ"}, {title = "Thanks northsqrd โš™๏ธ", subtitle = "northsqrd for assisting with search feature and phone colours ๐Ÿ”Ž"}, {title = "Thanks GeekGarage ๐Ÿค“", subtitle = "GeekGarage for assisting with code and features"}, {title = "Thanks SMGMissy ๐Ÿช–", subtitle = "SMGMissy for the custom pride flags ๐Ÿณ๏ธโ€๐ŸŒˆ."}, {title = "Thanks Dollie ๐Ÿ‘ง", subtitle = "DollieMods for the custom emotes ๐Ÿ’œ."}, {title = "Thanks Tigerle ๐Ÿฏ", subtitle = "Tigerle for assisting with attached Shared Emotes โš™๏ธ."}, {title = "Thanks MissSnowie ๐Ÿฐ", subtitle = "MissSnowie for the custom emotes ๐Ÿ‡."}, {title = "Thanks Smokey ๐Ÿ’จ", subtitle = "Smokey for the custom emotes ๐Ÿค™๐Ÿผ."}, {title = "Thanks ~b~Ultrahacx ๐Ÿง‘โ€๐Ÿ’ป~s~", subtitle = "~b~Ultrahacx~s~ for the custom emotes โ˜บ๏ธ."}, {title = "Thanks BzZzi ๐Ÿคญ", subtitle = "BzZzi for the custom props ๐Ÿฉ."}, {title = "Thanks Natty3d ๐Ÿญ", subtitle = "Natty3d for the custom lollipop props ๐Ÿญ."}, {title = "Thanks Amnilka ๐Ÿ‡ต๐Ÿ‡ฑ", subtitle = "Amnilka for the custom emotes โ˜บ๏ธ."}, {title = "Thanks LittleSpoon ๐Ÿฅ„", subtitle = "LittleSpoon for the custom emotes ๐Ÿ’—."}, {title = "Thanks Pupppy ๐Ÿถ", subtitle = "Pupppy for the custom emotes ๐Ÿฆด."}, {title = "Thanks SapphireMods", subtitle = "SapphireMods for the custom emotes โœจ."}, {title = "Thanks QueenSisters Animations ๐Ÿ‘ญ", subtitle = "QueenSistersAnimations for the custom emotes ๐Ÿง"}, {title = "Thanks BoringNeptune ๐Ÿ‘ฝ", subtitle = "BoringNeptune for the custom emotes ๐Ÿ•บ"}, {title = "Thanks Moses ๐Ÿฎ", subtitle = "-Moses- for the custom emotes ๐Ÿงก" }, {title = "Thanks PataMods ๐Ÿ“", subtitle = "PataMods for the custom props ๐Ÿ•"}, {title = "Thanks Crowded1337 ๐Ÿ‘œ", subtitle = "Crowded1337 for the custom Gucci bag ๐Ÿ‘œ"}, {title = "Thanks EnchantedBrownie ๐Ÿช", subtitle = "EnchantedBrownie ๐Ÿช for the custom animations ๐Ÿช"}, {title = "Thanks Copofiscool ๐Ÿ‡ฆ๐Ÿ‡บ", subtitle = "Copofiscool for the Favorite Emote keybind toggle fix ๐Ÿ‡ฆ๐Ÿ‡บ"}, {title = "Thanks iSentrie ", subtitle = "iSentrie for assisting with code ๐Ÿ› ๏ธ"}, {title = "Thanks Chocoholic Animations ๐Ÿซ", subtitle = "Chocoholic Animations for the custom emotes ๐Ÿซ"}, {title = "Thanks CrunchyCat ๐Ÿฑ", subtitle = "CrunchyCat ๐Ÿฑ for the custom emotes ๐Ÿฑ"}, {title = "Thanks KayKayMods", subtitle = "KayKayMods for the custom props ๐Ÿง‹"}, {title = "Thanks Dark Animations", subtitle = "Dark Animations for the custom animations ๐Ÿ–ค"}, {title = "Thanks Brum ๐Ÿ‡ฌ๐Ÿ‡ง", subtitle = "Brum for the custom props ๐Ÿ‡ฌ๐Ÿ‡ง"}, {title = "Thanks Chico ๐Ÿ’€", subtitle = "Chico ๐Ÿ’€ for fixing persistent walkstyles and moods for QB-Core and ESX." }, {title = "Thanks -EcLiPsE- โœŒ๐Ÿป", subtitle = "-EcLiPsE- โœŒ๐Ÿป for NPC prop sets and GTA Online biker animations"}, {title = "Thanks MrWitt ๐Ÿฆ‘๏ธ", subtitle = "MrWitt ๐Ÿฆ‘ for the custom animations."}, {title = "Thanks AdoredRose ๐ŸŒน", subtitle = "AdoredRose ๐ŸŒน for assistance with adding animations."}, {title = "Thanks DRX Animations ๐Ÿ‘‘", subtitle = "DRX Animations ๐Ÿ‘‘ for the custom animations"}, {title = "Thanks Radial ๐Ÿซก", subtitle = "Radial on discord for contributing animations code"}, {title = "TayMcKenzieNZ ๐Ÿ‡ณ๐Ÿ‡ฟ", subtitle = "TayMcKenzieNZ ๐Ÿ‡ณ๐Ÿ‡ฟ Previous maintainer of RP Emotes."}, }