Installation

1. Setup Steps

  1. Download the resource and place it in your server's resources folder

  2. Ensure all files are present:

    f1_chrono/
    ├── client.lua
    ├── config.lua
    ├── fxmanifest.lua
    └── ui/
        └── build/
            ├── index.html
            └── assets/
  3. Add to server.cfg:

    ensure f1_chrono
  4. Configure your F1 car model in config.lua

  5. Customize checkpoints in client.lua (see Configuration section)

  6. Restart your server or use:

    refresh
    ensure f1_chrono

Last updated