From d0ba96bcc28d60ed096d796a795d5031c0751de9 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:28:56 +0000 Subject: [PATCH 01/15] Fix documentation links in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 408e6a13..a8bcf82a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@

ESX Legacy

-

Discord - Website - Documentation +

Discord - Website - Documentation

Want more resources? You can browse the Cfx.re Releases board for more!

ESX is the leading framework, trusted by over 12,000 communities to provide the highest quality roleplay servers on FiveM

From 69831114faa07c892ff10c17b36d252c57429717 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:30:32 +0000 Subject: [PATCH 02/15] Fix documentation link in README Updated documentation link to point to esx_core. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a8bcf82a..4d3a762d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@

ESX Legacy

-

Discord - Website - Documentation +

Discord - Website - Documentation

Want more resources? You can browse the Cfx.re Releases board for more!

ESX is the leading framework, trusted by over 12,000 communities to provide the highest quality roleplay servers on FiveM

From 3d4f012269695e5d91ad7f66bdbc3865426eecff Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:32:06 +0000 Subject: [PATCH 03/15] Fix documentation link in README.md Updated the documentation link for ESX Context. --- [core]/esx_context/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_context/README.md b/[core]/esx_context/README.md index 6b6a53de..25b31458 100644 --- a/[core]/esx_context/README.md +++ b/[core]/esx_context/README.md @@ -1,4 +1,4 @@ -

[ESX] Context

Discord - Website - Documentation +

[ESX] Context

Discord - Website - Documentation A elegant, easy to use Context Menu system to make User Interactions clean and hassle free From 45ba74aed2586b3d614aabe1b9a437d91d5ac842 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:32:37 +0000 Subject: [PATCH 04/15] Fix documentation link in readme.md Updated documentation link for ESX Notify. --- [core]/esx_notify/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_notify/readme.md b/[core]/esx_notify/readme.md index 121a77bc..67284158 100644 --- a/[core]/esx_notify/readme.md +++ b/[core]/esx_notify/readme.md @@ -1,4 +1,4 @@ -`

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` +`

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` A beautiful and simple NUI notification system for ESX From e87062941ddb0d9bf3285c2f82b7e58f6a38b0a7 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:32:47 +0000 Subject: [PATCH 05/15] Fix HTML encoding in ESX Notify readme --- [core]/esx_notify/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_notify/readme.md b/[core]/esx_notify/readme.md index 67284158..b677a822 100644 --- a/[core]/esx_notify/readme.md +++ b/[core]/esx_notify/readme.md @@ -1,4 +1,4 @@ -`

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` +

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` A beautiful and simple NUI notification system for ESX From 01ff37a7aa45ded6ebd938e8168fbace1b474a22 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:36:33 +0000 Subject: [PATCH 06/15] Fix HTML encoding in readme.md --- [core]/esx_notify/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/[core]/esx_notify/readme.md b/[core]/esx_notify/readme.md index b677a822..f1d51216 100644 --- a/[core]/esx_notify/readme.md +++ b/[core]/esx_notify/readme.md @@ -1,10 +1,10 @@ -

`[ESX] Notify```

``

`````Discord`` - ``Website`` - ``Documentation`````` +

[ESX] Notify

Discord - Website - Documentation A beautiful and simple NUI notification system for ESX # Example Code -`

`Change style and time`

` +

Change style and time

```lua ---usage: message/type/length @@ -33,7 +33,7 @@ Possible positions: ESX.ShowNotification("Your message here", "info", 3000, "Info Title", "top-right") ``` -`

`Export Usage`

` +

Export Usage

```lua -- Basic usage @@ -49,7 +49,7 @@ exports["esx_notify"]:Notify("warning", 4000, "Inventory full!", "Warning", "bot exports["esx_notify"]:Notify("warning", 4000, "Inventory full!~br~Some items were dropped.", "Warning") ``` -`

`Event Usage`

` +

Event Usage

```lua -- Basic usage @@ -62,7 +62,7 @@ TriggerEvent("ESX:Notify", "error", 5000, "You don't have enough money!", "Trans TriggerEvent("ESX:Notify", "success", 4000, "Welcome!", "Greetings", "top-middle") ``` -`

`Color Code Usage`

` +

Color Code Usage

```lua ~r~ = Red From 88b2cd3afd711fabbe66e5dfa1c20db43e8d3208 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:37:44 +0000 Subject: [PATCH 07/15] Fix documentation link in readme.md Updated documentation link for ESX Multi-Character. --- [core]/esx_multicharacter/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_multicharacter/readme.md b/[core]/esx_multicharacter/readme.md index e0b01b08..87c697d4 100644 --- a/[core]/esx_multicharacter/readme.md +++ b/[core]/esx_multicharacter/readme.md @@ -1,4 +1,4 @@ -

[ESX] Multi-Character

Discord - Website - Documentation +

[ESX] Multi-Character

Discord - Website - Documentation A Simplistic system, that allows Players to have multiple Characters, which can be customised for all player with `Config.Slots` or personally set a players character count using `setslots`, `remslots`, `enablechar` and `disablechar` Commands :) From ed46043fffc1be2795fb9b3110a6076eb1525401 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:55:33 +0000 Subject: [PATCH 08/15] Fix documentation link in README.md Updated the documentation link for ESX Identity. --- [core]/esx_identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_identity/README.md b/[core]/esx_identity/README.md index c0637081..e71d0aaa 100644 --- a/[core]/esx_identity/README.md +++ b/[core]/esx_identity/README.md @@ -1,4 +1,4 @@ -

[ESX] Identity

Discord - Documentation +

[ESX] Identity

Discord - Documentation A Core Resource that Allows the player to Pick their characters, Name, Gender, Height and Date-of-birth. From b6962946e3c80c159f3bbe658c8f7a194416df3b Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:56:07 +0000 Subject: [PATCH 09/15] Fix documentation link in README.md Updated documentation link for ESX Loading Screen. --- [core]/esx_loadingscreen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_loadingscreen/README.md b/[core]/esx_loadingscreen/README.md index 366c5ada..7cfc5273 100644 --- a/[core]/esx_loadingscreen/README.md +++ b/[core]/esx_loadingscreen/README.md @@ -1,4 +1,4 @@ -

[ESX] Loading Screen

Discord - Website - Documentation +

[ESX] Loading Screen

Discord - Website - Documentation A simple but beautiful Loading Screen for your server! From 2bba5ef7c86e9563c48fc40cc5cf30459a1af092 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:56:41 +0000 Subject: [PATCH 10/15] Fix documentation link in readme.md Updated documentation link to point to the correct ESX TextUI documentation. --- [core]/esx_textui/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_textui/readme.md b/[core]/esx_textui/readme.md index 922e11a8..69951d41 100644 --- a/[core]/esx_textui/readme.md +++ b/[core]/esx_textui/readme.md @@ -1,4 +1,4 @@ -

[ESX] TextUI

Discord - Website - Documentation +

[ESX] TextUI

Discord - Website - Documentation A beautiful and simple Persistent Notification. From 9cbb9ab491883cd7b67bfe96d5873252cda53d76 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:57:04 +0000 Subject: [PATCH 11/15] Update documentation link in README.md --- [core]/es_extended/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/README.md b/[core]/es_extended/README.md index 32ae43b8..aa0b57e0 100644 --- a/[core]/es_extended/README.md +++ b/[core]/es_extended/README.md @@ -1,4 +1,4 @@ -

es_extended

Discord - Documentation +

es_extended

Discord - Documentation ## Legal From 1614e596ec81bb4a58e42ca73f2b5a000d25956d Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:57:34 +0000 Subject: [PATCH 12/15] Fix documentation link in README.md Updated documentation link to point to the correct ESX documentation. --- [core]/esx_chat_theme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_chat_theme/README.md b/[core]/esx_chat_theme/README.md index 1d149d4a..0ce24e82 100644 --- a/[core]/esx_chat_theme/README.md +++ b/[core]/esx_chat_theme/README.md @@ -1,4 +1,4 @@ -

[ESX] Chat Theme

Discord - Documentation +

[ESX] Chat Theme

Discord - Documentation A ESX-Based Chat-theme for your server From 2e00639b502e719f896f1c66d96aab2b3f5e64bb Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:58:06 +0000 Subject: [PATCH 13/15] Fix documentation links in README.md Updated documentation links in README.md for ESX Cron. --- [core]/cron/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/cron/README.md b/[core]/cron/README.md index df2e5eeb..fd89af70 100644 --- a/[core]/cron/README.md +++ b/[core]/cron/README.md @@ -1,4 +1,4 @@ -

[ESX] Cron

Discord - Website - Documentation +

[ESX] Cron

Discord - Website - Documentation A simple, but vital, resource that allows resources to Run tasks at specific intervals. From 12c03ecdb0ba3f4dbfcc802c4e3ef044cbe6a95d Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:58:40 +0000 Subject: [PATCH 14/15] Update README.md --- [core]/esx_menu_default/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_menu_default/README.md b/[core]/esx_menu_default/README.md index 4d4bfb83..659cea30 100644 --- a/[core]/esx_menu_default/README.md +++ b/[core]/esx_menu_default/README.md @@ -1,4 +1,4 @@ -

[ESX] Menu Default

Discord - Website - Documentation +

[ESX] Menu Default

Discord - Website - Documentation A default List type menu for ESX. From 5a340cf9c7896d131ec0c1caccb3d4abc1801af0 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:59:07 +0000 Subject: [PATCH 15/15] Fix documentation links in SkinChanger README Updated documentation links in README.md for SkinChanger. --- [core]/skinchanger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/skinchanger/README.md b/[core]/skinchanger/README.md index 7b1b3dd6..846a7ff8 100644 --- a/[core]/skinchanger/README.md +++ b/[core]/skinchanger/README.md @@ -1,4 +1,4 @@ -

[ESX] SkinChanger

Discord - Website - Documentation +

[ESX] SkinChanger

Discord - Website - Documentation skinchanger is a resource used to both Set and Get Players clothing, accessories and Model - It supports the freemode peds `mp_m_freemode_01` and `mp_f_freemode_01` as well as all Ped Features.