# S4 Pizza

<table><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><pre class="language-lua"><code class="lang-lua">Config.AvaibleSeats
</code></pre></td><td>This will only allow you to specify the seat that allows oiltank spilling. false is not allowed true is allowed</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.Lang
</code></pre></td><td>Useful to translate into your own language</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.TimeOilSpilling
</code></pre></td><td>How many seconds will the oil pouring take in ms</td><td>1000ms = 1 second</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.RemoveDecals
</code></pre></td><td>Spilled oil is wiped or not</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.RemoveDecalDistance
</code></pre></td><td>How far away should the oils be wiped off</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.RemoveDecalsTimeout
</code></pre></td><td>How many seconds should the Decal control run</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.OilItem 
</code></pre></td><td>Oil tank item</td><td>usable</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.OilBottleItem 
</code></pre></td><td>Oil bottle item</td><td>usable</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.BottleModel 
</code></pre></td><td>Bottle prop</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.NailBagItem
</code></pre></td><td>Nailbag item</td><td>usable</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.NailBagModel
</code></pre></td><td>Nail bag (hand) prop</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.NailBagModel2
</code></pre></td><td>Nail bag (ground) prop</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.FireExtItem 
</code></pre></td><td>Fire ext item</td><td>usable</td></tr><tr><td><pre class="language-lua"><code class="lang-lua"><strong>Config.FireExtModel
</strong></code></pre></td><td>Fire ext prop</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.LoseControlTime
</code></pre></td><td>How many seconds after touching the oil should the vehicle be drivable again?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ShowProgressBar 
</code></pre></td><td>When it comes to oil, how long before the progress bar shows how to get rid of it?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.AllowUseItemsInVehicleClasses
</code></pre></td><td>In which vehicle class items can be used</td><td><a href="https://docs.fivem.net/natives/?_0x29439776AAA00A62">https://docs.fivem.net/natives/?_0x29439776AAA00A62</a></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.IgnoreVehicleClasses
</code></pre></td><td>Which vehicle should not be affected by oil</td><td><a href="https://docs.fivem.net/natives/?_0x29439776AAA00A62">https://docs.fivem.net/natives/?_0x29439776AAA00A62</a></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.Notify 
</code></pre></td><td>You can add your own notify script in case you want to change it.</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ProgressBar
</code></pre></td><td>You can add your own progressbar script in case you want to change it.</td><td></td></tr></tbody></table>


---

# Agent Instructions: 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://docs.0resmon.org/0resmon/0resmon-1/s4-resources/pizza.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.
