Core settings and animations

Global config keys that affect gameplay.

Core settings

Config.Language = 'en'
Config.MaxPlayers = 2
Config.Debug = false  -- Set to false in production
Config.JobSiteInteraction = 'default'
  • Language: language code (files in shared/lang/).

  • MaxPlayers: max players per electrician lobby.

  • Debug: debug console logs.

  • JobSiteInteraction: interaction method at job sites.

Animation settings

Config.Animation = {
    Dict = "anim@amb@trailer@touch_screen@",
    Anim = "idle_a"
}

Popular alternatives:

  • Electrical work: anim@amb@clubhouse@tutorial@bkr_tut_ig3@ / machinic_loop_mechandplayer

  • Tablet interaction: amb@code_human_in_bus_passenger_idles@female@tablet@base / base

Reference: FiveM Animation Listarrow-up-right

Last updated