mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-07-31 09:18:37 -04:00
14 lines
568 B
Lua
14 lines
568 B
Lua
Config = {
|
|
-- Set this to true to enable some extra prints
|
|
DebugDisplay = false,
|
|
-- Set this to false if you have something else on X, and then just use /e c to cancel emotes.
|
|
EnableXtoCancel = true,
|
|
-- Set this to true if you want to disarm the player when they play an emote.
|
|
DisarmPlayer= false,
|
|
-- You can disable the (F3) menu here / change the keybind
|
|
MenuKeybindEnabled = true,
|
|
-- You can disable the Walking Styles menu here.
|
|
WalkingStylesEnabled = true,
|
|
MenuKeybind = 170 -- Get the button number here https://docs.fivem.net/game-references/controls/
|
|
}
|