# CONFIGURATION (CONVARS)

### Configuration (Convars)

To configure LGF\_Banking, follow these steps:

1. **Open your `server.cfg` file:** This file is usually located in your server's root directory.
2. **Add the following lines to your `server.cfg` file:** These settings allow you to set the language and enable debug mode for troubleshooting purposes.

```lua
## Convars LGF Banking
setr LGF_Banking:Traduction en ## locales check locales 
setr LGF_Banking:Getdebug true ## enable or disable Debug
setr LGF_Banking:RunSqlTable false ## Run and create SQL table for banking
setr LGF_Banking:EnableRobberyNpc true ##Enable Stealing NPC and remove Sell Stealing Card
setr LGF_Banking:MetadataNPC en ## Language Metadata for Stealed Card -- it , en 
setr LGF_Banking:EnablePrinterMenuCommand true ## Enable o Disable command for printer menu
setr LGF_Banking:PrinterMenuCommand "printer" ## Command for open Printer Menu
setr LGF_Banking:EnableAllAtmBlips true ## Enable or Disable all Atm's Blips
setr LGF_Banking:EnableOxHooksCheck false ## If true, the item cannot be moved from the player's inventory to any stash, etc. (prevent bugs and crafty people)
setr LGF_Banking:ReturnTypeSerial 1 ## Serial type to generate: 1) generic (letters and numbers), 2) Return letters only, 3) Return numbers only
```

3. **Save the file:** After making the changes, save and close the `server.cfg` file.
4. **Restart your server:** For the changes to take effect, you need to restart your game server.

### Dependency

* **ox\_inventory**
* **ox\_target**
* **ox\_lib**

General configuration in `server.cfg`, follow the corresponding documentation to configure these dependencies.


---

# 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://legacy-script.gitbook.io/legacy-script/free-release/lgf_banking/configuration-convars.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.
