What's new

Welcome to the forum 👋, Visitor

Discover, download, and share the best FiveM scripts and Fivem mods. Find quality scripts, mods, and resources to enhance your FiveM server easily!

Script Advanced Realtime Time Sync | True Realtime with Time Zones [FREE]

Joined
Oct 7, 2025
Messages
1,454
Reaction score
892
1765591120524.webp


Features​

  • True realtime-synced in-game clock (based on UTC)
  • Configurable time zones (e.g. Europe/Berlin, UTC, custom)
  • Optional EU DST handling (last Sunday in March / October)
  • Extremely lightweight & performance-friendly
  • Fully standalone – no framework required

Installation​

  1. Put the jj_advancedrealtime folder into your resources directory.
  2. Add this line to your server.cfg:
ensure jj_advancedrealtime
Code:
ensure jj_advancedrealtime


  1. Adjust the config to your preferred time zone.
  2. Restart your server — in-game time now follows real-world time.

Config (Time Zones)​

Code:
Config = {}

Config.UpdateIntervalSeconds = 20
Config.Debug = true

Config.ActiveTimeZone = "Europe/Berlin"

Config.TimeZones = {
    ["Europe/Berlin"] = { offset = 1, useEUDST = true },
    ["Europe/London"] = { offset = 0, useEUDST = true },
    ["UTC"]           = { offset = 0, useEUDST = false },
    ["RP_City"]       = { offset = 2, useEUDST = false }
}

Set Config.ActiveTimeZone to any key from Config.TimeZones (e.g. "UTC", "RP_City") and restart the resource.



 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back