mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update readme.md
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
### Installation
|
### Installation
|
||||||
* Modify your ESX config and set `Config.Multichar = true`
|
* Modify your ESX config and set `Config.Multichar = true`
|
||||||
* All `owner` and `identifier` columns in your SQL must have their size increased to at least **VARCHAR(50)**
|
* All `owner` and `identifier` columns in your SQL must have their size increased to at least **VARCHAR(50)**
|
||||||
|
* Set your database name in `server/main.lua` to allow for character deletion
|
||||||
* You can add the following command to `server/main.lua` to easily update all your columns
|
* You can add the following command to `server/main.lua` to easily update all your columns
|
||||||
```lua
|
```lua
|
||||||
RegisterCommand('varchar', function(source)
|
RegisterCommand('varchar', function(source)
|
||||||
|
|||||||
Reference in New Issue
Block a user