Var FiveM
ScriptlerPaketlerAboneliklerDokumanlar
VAR
Var FiveM
ScriptlerPaketlerAboneliklerDokumanlar
Tema OzellestiriciHakkimizdaIletisim
Hemen Al

-- 28 sections

  • ›paintball
    • configuration
    • features
    • anti-cheat-integration
    • game-modes
    • api
    • arenas
    • command
    • config
  • ›chess
    • configuration
    • events
    • integration-example
    • exports
    • controls
    • config
  • ›supermarket simulator
    • configuration
    • catalog-manager
    • commands-and-permissions
    • props-editors
    • owning-and-running-a-store
    • config
  • ›coins shop
    • configuration
    • identifier
    • export
    • server-event
    • languages
    • products
    • delivery
    • owner-panel
    • webhooks-discord
  • ›clothes shop
    • installation
    • configuration
    • blips-marker
    • translate
    • change-cam-and-pos
  • ›casino
    • installation
    • configuration
    • main-config
    • horse
    • lucky-whell
    • translate
  • ›drugs
    • installation
    • configuration
    • labs-and-interiors
    • maintenance-and-modules
    • missions
    • street-selling
    • administration
  • ›clothes shop v2
    • installation
    • configuration
    • position
    • advice-and-troubleshooting
    • configure-clothing-shops
  • ›interaction
    • configuration
    • public-api
    • interaction-config-reference
    • dialog-system
  • ›emote
    • configuration
    • config
    • adding-emote
    • menu
    • keybind
    • modules
    • 3d-placement
    • playlist
    • wheel
    • shared-emotes
  • ›crew
    • installation
    • export
  • ›alert job
    • installation
    • server-export
  • ›pin code
    • installation
    • export
  • ›society manager
    • installation
    • export
    • configuration
    • translate
    • max-salary
    • last-invoice
  • ›property
    • installation
    • configuration
    • translate
    • add-interior
  • ›barber shop
    • installation
    • configuration
    • change-menu-open-source
    • blips
    • translate
    • add-shop
  • ›shop with basket
    • installation
    • configuration
    • item-category-config
    • blips-marker
    • translate
    • add-shop
  • ›tattoo shop
    • installation
    • configuration
    • edit-tattoo
    • blips-marker
    • translate
    • add-shop
  • ›gardener job
    • installation
    • configuration
    • change-pos-farm
    • blips
    • translate
  • ›heist atm
    • installation
    • configuration
    • event-money
    • translate
    • police-alert
  • ›heist fleeca
    • installation
    • configuration
    • translate
    • pos-fleeca-heist
  • ›poster job
    • installation
    • configuration
    • change-pos-farm
    • change-poster-texture
    • blips-marker
    • translate
  • ›loading screen
    • installation
    • configuration
  • ›bank
    • installation
    • configuration
    • position
    • blips
    • translate
    • society
  • ›autocardealer
    • installation
    • configuration
    • add-vehicles
    • translate
    • blips
    • coords
  • ›character creator
    • installation
    • configuration
    • translate
    • expression
    • spawn
  • ›multi character
    • installation
    • configuration
    • translate
    • change-character-creator
    • commands
  • ›bill
    • installation
    • configuration
    • translate
    • control

~/docs/emote/configuration/config

emote docs›
  • configuration
  • configuration/config
  • configuration/adding-emote
  • configuration/menu
  • configuration/keybind
  • configuration/modules
  • configuration/3d-placement
  • configuration/playlist
  • configuration/wheel
  • configuration/shared-emotes

Emote

Config

-- 17 code blocks · 1 min read

get var-emotetry it on the test server

Complete reference for all settings in shared/config.lua.


Framework

lua
Config.Framework = {
    ESX = true,
    QBCore = false,
    Standalone = false,
}
Config.PlayerLoadedEvent = "esx:playerLoaded"
Key Type Description
ESX bool Enable ESX framework integration
QBCore bool Enable QBCore framework integration
Standalone bool No framework, GTA native notifications
PlayerLoadedEvent string Client event fired when player is fully loaded

Menu

lua
Config.Menu = {
    OpenCommand = "emote_menu",
    OpenKey = "M",
    OpenLabel = "Open emote menu",
    PlayCommand = {"e", "emote"},
    CancelCommand = "cancel_emote",
    CancelKey = "X",
    CancelLabel = "Cancel current emote",
    AllowMovement = true,
    BlockedControls = {1, 2, 3, 4, 5, 6, 18, 24, 25, 37, ...},
}

Categories

Toggle individual menu tabs:

lua
Config.Categories = {
    Expressions = true,
    Walks = true,
    Shared = true,
    Dances = true,
    Animal = true,
    Emotes = true,
    Props = true,
    History = true,
    Playlists = true,
}

Preview

lua
Config.Preview = {
    Enabled = true,
    PartnerModel = "a_m_m_business_01",
}

Modules

Binoculars

lua
Config.Binoculars = {
    Enabled = true,
    VisionModes = true,
}

Crouch

lua
Config.Crouch = {
    Enabled = true,
    UseKeybind = true,
    Key = "lcontrol",
    OverrideStealth = true,
    CrawlEnabled = true,
    CrawlKey = "lcontrol",
    FpsRestriction = false,
}

Pointing

lua
Config.Pointing = {
    Enabled = true,
    Key = "B",
}

Ragdoll

lua
Config.Ragdoll = {
    Enabled = true,
    Key = "U",
    ToggleMode = true,
}

Hands Up

lua
Config.Handsup = {
    Enabled = true,
    Key = "X",
}

Screenshot

lua
Config.Screenshot = {
    Enabled = true,
    Key = "F5",
    SelfieTimer = 3,
    UseScreenshotBasic = true,
}

Features

Emote Wheel

lua
Config.Wheel = {
    Enabled = true,
    Key = "CAPS",
    Slots = 8,
}

Keybinds

lua
Config.Keybinds = {
    Enabled = true,
    Prefix = "emote_slot_",
    Label = "Emote Slot",
}

Playlists

lua
Config.Playlist = {
    Enabled = true,
    MaxPerPlaylist = 20,
    MaxPlaylists = 10,
}

History

lua
Config.History = {
    Enabled = true,
    MaxEntries = 30,
}

Shared Emotes

lua
Config.SharedEmotes = {
    MaxRange = 3.0,
    RequestTimeout = 10,
    AcceptControl = 51,
    DeclineControl = 73,
    CycleTargetControl = 19,
}

3D Placement

lua
Config.Placement = {
    Enabled = true,
    Command = "emote_3d",
    MaxDistance = 20.0,
}

Advanced

lua
Config.Advanced = {
    MaxPreviewDistance = 20.0,
    RateLimitMs = 2000,
}
Key Description
MaxPreviewDistance Max distance for 3D emote gizmo preview
RateLimitMs Server-side rate limit for shared emote requests
previousconfigurationnextadding-emote
VAR
Var FiveM

Premium FiveM scriptleri. Dusuk resmon, yuksek kalite. ESX, QBCore & Standalone icin yapildi.

28script
1,500+satis

Scriptler

  • Pazar Yeri
  • Paketler
  • Abonelikler
  • Tema Ozellestirici

En Populer

  • Supermarket Simulator
  • FiveM Casino Script
  • FiveM Coin Shop
  • FiveM Emote Menu
  • FiveM Paintball Script

Kaynaklar

  • Free Scripts
  • Guides
  • Dokumantasyon
  • Destek

Sirket

  • Hakkimizda
  • Iletisim
  • Discord

Yasal

  • Sartlar
  • Gizlilik
  • Iadeler

© 2026 Var FiveM. Tum satislar kesindir.

OdemelerTebex