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
- Place the
gtm-ai-taxiresource in yourresourcesfolder. - Ensure GTM UI, then AI Taxi, in
server.cfg:
ensure gtm-ui
ensure gtm-ai-taxi- Open
framework.jsonand confirm auto-detect or set your framework. - Open
config.jsonto set fares, models, commands, hotkeys, and the taximeter. - Optionally add or edit locale files under
locales/. - Restart the resource.
Framework
framework.json controls how money and player data are resolved:
{
"autoDetect": true,
"framework": "esx",
"customResourceName": "es_extended"
}| Option | Description |
|---|---|
autoDetect | Detect the running framework automatically when true |
framework | Preferred framework when auto-detect is off (for example esx or qbcore) |
customResourceName | Resource 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.