> For the complete documentation index, see [llms.txt](https://kierandev.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kierandev.gitbook.io/documentation/tmc-resources/car-bomb/config-options.md).

# Config Options

## Item

```lua
-- Item Config
Config.Item = 'c4_device'
```

## Locale

```lua
-- Item Config
Config.Item = 'c4_device'
```

## Req Police

```lua
-- If You Want Police Online To Be Able To Do It
Config.RequiredPolice = 0
```

## Detonation Type

```lua
-- 0 (Explode After Countdown) | 1 (Explode once the veh reaches a set speed) | 2 (Remote Detonate on Key Press) | 3 (Detonate after veh is entered and timer ends) |
-- 4 (Detonate Immediately After the vehicle is entered)
Config.DetonationType = 1
```

## ProgressBar

```lua
-- 0 Disables ProgressBar 1 ProgressBar
Config.ProgressBarType = 1
```

## Time To Arm

```lua
-- Time in Seconds It Takes To Arm The Device
Config.TimeTakenToArm = 4
```

## Time Until Detonation

```lua
-- Time In Seconds It Takes To Detonate
Config.TimeUntilDetonation = 10
```

## Trigger Key

```lua
-- Trigger Key For Bomb If You Have Config.DetonationType To 2
Config.TriggerKey = 47
```

## Max Speed

```lua
-- Speed It Detonates At If You Have Config.DetonationType to 1
Config.maxSpeed = 50
```

## Speed

```lua
-- What Type Of Speed You Use
Config.Speed = 'MPH'
```

## Anim

```lua
-- Dict Animation Config
Config.AnimDict = "anim@amb@business@weed@weed_inspecting_lo_med_hi@"
Config.AnimName = "weed_spraybottle_crouch_base_inspector"
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kierandev.gitbook.io/documentation/tmc-resources/car-bomb/config-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
