# General

### ◾ cfg.lang

{% tabs %}
{% tab title="Desc" %}
default language script will use.\
see list of available languages in **linx\lua\modules\linx\lang**

You must translate your own languages if the desired language is not available.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.lang = 'en'
```

{% endtab %}
{% endtabs %}

####

### ◾ cfg.initialize.esc\_enabled

{% tabs %}
{% tab title="Desc" %}
will act as an escape menu which will force it to appear when a player presses the ESC key.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.esc_enabled = true
```

{% endtab %}
{% endtabs %}

####

### ◾ cfg.initialize.motd\_enabled

{% tabs %}
{% tab title="Desc" %}
will act as an MOTD (message of the day) system; which forces the interface to display for a player when they first connect to the server.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.onjoin_enabled = false
```

{% endtab %}
{% endtabs %}

####

### ◾ cfg.initialize.precache

{% tabs %}
{% tab title="Desc" %}
interface will be opened for the player automatically in the background when they first connect to the server. this helps load the interface and then hide itself while they're still connecting so that all panels and assets can be loaded for future use.

this helps with the interface being faster and more responsive when the player actually presses the key to open it.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.precache = false
```

{% endtab %}
{% endtabs %}

####

### ◾ cfg.general.network\_name

{% tabs %}
{% tab title="Desc" %}
text to display in upper-left side of interface
{% endtab %}

{% tab title="Default" %}

```lua
cfg.general.network_name = 'Server Name'
```

{% endtab %}

{% tab title="Location" %}

<div align="center"><img src="https://1251030218-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9HqlGThfNkt1Lk0Uyl%2F-M9QpUkLahSZMA-TEXr3%2F-M9QrcRHpCgJitS0fcg-%2F1.png?alt=media&#x26;token=c1a8e04f-87bf-41ce-87cc-e03a5b3ccfaf" alt=""></div>
{% endtab %}
{% endtabs %}

####

### ◾ cfg.general.margin\_left

{% tabs %}
{% tab title="Desc" %}
amount of padding to use on the left side of the entire interface.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.general.margin_left = 100
```

{% endtab %}

{% tab title="Location" %}
![](https://1251030218-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9HqlGThfNkt1Lk0Uyl%2F-M9QsHvPgKFmzoSFR7It%2F-M9QujvufUUL3BZpw5hg%2F2.png?alt=media\&token=c8ead702-ed60-456e-a57d-6bf0cd6abe24)
{% endtab %}
{% endtabs %}

####

### ◾ cfg.general.margin\_top

{% tabs %}
{% tab title="Desc" %}
amount of padding to use on the top of the entire interface.
{% endtab %}

{% tab title="Default" %}

```lua
cfg.general.margin_top = 85
```

{% endtab %}

{% tab title="Location" %}
![](https://1251030218-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9HqlGThfNkt1Lk0Uyl%2F-M9QsHvPgKFmzoSFR7It%2F-M9QvS2pyweqY_LZXaIf%2F3.png?alt=media\&token=c566de29-167c-45cd-ae95-8a80c583418e)
{% endtab %}
{% endtabs %}
