From e00de2b05fa0a4438e1104c07f380ac59bb4b857 Mon Sep 17 00:00:00 2001 From: R3site <61720260+R3site@users.noreply.github.com> Date: Tue, 4 Apr 2023 21:34:44 -0400 Subject: [PATCH] Put ox_lib above qb-core Everything will break if qbcore is started after ox library. --- docs/free-resources/illenium-appearance/installation/qb-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/free-resources/illenium-appearance/installation/qb-core.md b/docs/free-resources/illenium-appearance/installation/qb-core.md index 8a7a8db..c639fa2 100644 --- a/docs/free-resources/illenium-appearance/installation/qb-core.md +++ b/docs/free-resources/illenium-appearance/installation/qb-core.md @@ -24,8 +24,8 @@ title: "qb-core Installation" - Add `setr illenium-appearance:locale "en"` in your server.cfg - Put `ensure illenium-appearance` right after `ensure ox_lib` in your server.cfg. At the end, the ensured resources should look like this ```haproxy -ensure qb-core ensure ox_lib +ensure qb-core ensure illenium-appearance ``` - Delete the table `player_outfits` and `playerskins` table (if you don't want to migrate) from your database