CodeWorks
YoutubeDiscordTebex
  • Welcome!
  • Main
    • How can i download my script
    • How can i transfer my script
    • Whats escrow system?
  • Errors
    • You lack the required entitlement to use cdw-*
  • Scripts
    • Boss Menu
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
        • cl_mugshot.lua
    • Hud System
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
      • Integrations
        • QB Core
          • Notification
          • Progressbar
        • ESX
          • Notification
          • Progressbar
        • ox_lib
          • Notification
          • Progressbar
  • GPS & Bodycam
    • GPS System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
    • Bodycam System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
Powered by GitBook
On this page
  1. GPS & Bodycam
  2. GPS System

Language Files

PreviousConfigurationNextEditable Files

Last updated 4 months ago

locales/en.lua
Config.locales["en"] = {
    gps = "GPS",
    gpsConnect = "Connect GPS",
    jobFrequences = "Go To Job Frequencies",
    activeGps = "Active GPS",
    favoriteChannels = "Favorite Channels",

    gpsDesc = "You can connect to or disconnect from a GPS frequency from this menu",
    gpsFrequency = "Channel Frequency",
    gpsPassword = "Password",
    gpsPasswordRule = "You must set a minimum of 3 digits",
    gpsConnectButton = "Connect to Channel",
    gpsDisconnectButton = "Disconnect from Channel",

    channel = "Channel",
    channelDesc = "You can connect to job specific frequencies from this menu.",
    favoriteChannelDesc = "You can connect to your favorite frequencies from this menu.",

    settings = "Settings",
    settingsDesc = "You can change GPS settings from this menu.",
    settingsGPSColor = "GPS Color Picker",
    settingsYourCode = "Set Your Code",
    settingsGpsFilter = "GPS Filter",
    settingsFilterOn = "ON",
    settingsFilterOff = "OFF",
    settingsTypeConfig = "GPS Type Config",
    settingsTypeDesc = "You can set separate or single blips. Separate will list each blip individually and Single will show all blips in one list.",
    settingsGpsType = "GPS Type",
    settingsGpsSeperate = "Seperate",
    settingsGpsSingle = "Single",

    activeGpsdesc = "You can track, view bodycam and connect to the player's radio channel.",
    activeGpsBodycam = "Watch Bodycam",
    activeGpsLocation = "Track GPS for 60 Seconds",
    activeGpsRadioJoin = "Join Radio Frequency",

    playerCategoryName = "Other Players",
    gpsTrackStart = "Started tracking GPS.",
    gpsTrackEnd = "GPS tracking ended.",

    connectedChannel = "Connected to frequency!",
    updateCallsign = "Updated callsign!",
    noFrequency = "Please enter a frequency!",
    changedFrequency = "Frequency changed!",
    disconnectedChannel = "Disconnected from channel!",
    updateBlipColor = "Updated blip color!",
    removedFavorite = "Removed favorite channel!",
    addedFavorite = "Added favorite channel!",
    wrongPassword = "Wrong password!",
    jobChannelCantConnect = "You lack the required job for this channel!"
}
Page cover image

1. Unzip the downloaded file.

2. Move the "cdw-bossmenu" file to your resources folder.

3. Read the .sql file in the file to the database.

4. Configure the script to your own specifications.