> For the complete documentation index, see [llms.txt](https://ntscripts.gitbook.io/ntscripts-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ntscripts.gitbook.io/ntscripts-docs/nt_fuel.md).

# ⛽NT\_FUEL

**Configuration of NT FUEL:**

**NT\_FUEL/config.lua**

<figure><img src="/files/3jPEjiheiulUengY33oj" alt=""><figcaption></figcaption></figure>

**models:** Here you can add or remove props by their spawn name.&#x20;

**fuelPrice:** Price of gasoline per liter refueled.&#x20;

**fuelUsage:** Amount of gasoline used when the fuel system is in use.

**NT\_FUEL/shared\_config/framework.lua**

<figure><img src="/files/e1dTw396HAek4NrCogcF" alt=""><figcaption></figcaption></figure>

**FRAMEWORK:** Set the framework corresponding to your server's base, for example, ESX if it's ESX, or QBCORE if it's QBCORE. For suggestions on possible implementations for new frameworks, open a ticket through Discord.

**NT\_FUEL/client/notify.lua**

<figure><img src="/files/e1GP7sbzLhzLDhzjbUAd" alt=""><figcaption></figcaption></figure>

Replace it with the export or event of your notification system.&#x20;

It is possible to translate the interface into any other language by modifying the respective interface files. If you want us to do it for you, open a ticket through Discord.


---

# 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, and the optional `goal` query parameter:

```
GET https://ntscripts.gitbook.io/ntscripts-docs/nt_fuel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
