# ⛽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: 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://ntscripts.gitbook.io/ntscripts-docs/nt_fuel.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.
