From 67d28ee2682591a44fac7e27786483e4d8e9bece Mon Sep 17 00:00:00 2001 From: CoachYT1 <69034647+CoachYT1@users.noreply.github.com> Date: Mon, 21 Feb 2022 09:17:49 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fa8c8748..6e2393c9 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,6 @@ ### Installation - Modify your ESX config with `Config.Multichar = true` -- Set your database name for `Config.Database` in server/main.lua - Run `esx_multicharacter.sql` into your database - All owner and identifier columns should be set to `VARCHAR(60)` to ensure correct data entry - The resource will attempt to set columns automatically @@ -25,7 +24,7 @@ - Do not enable this setting if you do not intend to properly set up relog support - Requires the latest update for ESX Status (prevents multiple status ticks from running) - Add the following events to resources that require support for relogging, or -- Add them to [@esx/imports.lua](https://github.com/esx-framework/es_extended/blob/legacy/imports.lua) (and use the imports in your resources) +- Add them to [@es_extended/imports.lua](https://github.com/esx-framework/esx-legacy/blob/main/[esx]/es_extended/imports.lua) (and use the imports in your resources) ```lua RegisterNetEvent('esx:playerLoaded', function(xPlayer) ESX.PlayerData = xPlayer