From ae4316c86cd3299a678381d6ff583a4211129f25 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Tue, 11 May 2021 20:10:05 +1000 Subject: [PATCH] Update readme.md --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index a1eee684..493fc261 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,16 @@ +### ESX Legacy +This resource is using some new features added in the latest update to ESX v1. + + +### Nuclear Disarmament +> +The old kashacters queried the database when you selected a different character than your last; selecting the 3rd slot meant replacing every instance of `license` with `Char2:license`, then updating `Char3:license` to just `license`. +While the end result worked it wasn't exactly optimised and had the reputation of "nuking your database". +* When a character is created, append the character id to the license +* (Framework) xPlayer and ESX.PlayerData `identifier` will display `char#:license` - `license` will display the actual identifier + +# Information below is outdated and pending review + ## SQL Injection fix from [KASHZIN/kashacters/pull/36](https://github.com/KASHZIN/kashacters/pull/36) is applied to this fork! # Thanks to KASH and XxFri3ndlyxX