Installation

Install GTM AI Taxi, connect your framework, and tune the experience for your city.

Requirements

GTM UI required

GTM AI Taxi expects GTM UI to be installed and started first. Add ensure gtm-ui before ensure gtm-ai-taxi in your server.cfg.

Steps

  1. Place the gtm-ai-taxi resource in your resources folder.
  2. Ensure GTM UI, then AI Taxi, in server.cfg:
ensure gtm-ui
ensure gtm-ai-taxi
  1. Open framework.json and confirm auto-detect or set your framework.
  2. Open config.json to set fares, models, commands, hotkeys, and the taximeter.
  3. Optionally add or edit locale files under locales/.
  4. Restart the resource.

Framework

framework.json controls how money and player data are resolved:

{
  "autoDetect": true,
  "framework": "esx",
  "customResourceName": "es_extended"
}
OptionDescription
autoDetectDetect the running framework automatically when true
frameworkPreferred framework when auto-detect is off (for example esx or qbcore)
customResourceNameResource name if your framework uses a non-default name

After install

Configure pricing and vehicles in Configuration, then wire commands or events in Commands & Events.