Yes, and even get the help text pop up about it. Im going to try and do a full db drop of EVERYTHING and rebuild and try again.
Yea, I need to know what kind of errors ur getting /what not to help you more
Yea, after i do this fresh build, im going to capture everything i possibly can.
Ok so when i first load in this is what i look like:
and then when i hit E i get this in server console:
there are no other errors, database was fully wiped, no esx_identity is running, no kashacters, so not sure whats going on now?
Image is broken
so this is the error: https://i.imgur.com/Ns7h63O.png
and this is when i first load in: https://i.imgur.com/3modafm.jpg
and this is when i type /charlist https://i.imgur.com/PtXH5UB.png
and this if i type /char: https://i.imgur.com/KmQNlvH.png
Do you have MySQL async installed? You need to contact me via discord. Get my info through the website, and join the server for support please.
Yes i do, and ive tried the new one and the old one just incase. WIll do
any eta on when this will work with garages / properties and phone?
I.e
esx_advancedgarages
disc-property
gcPhone?
So just to let everyone know who might have seen thisβ¦it is 100% something on my side, nothing at all with his script.
Got the script finally working, it was something on my side with es_extended and essentialmode. This script is amazing and working great now thanks to the support i received.
v.1.0.53 was released with the wrong SQL file, be sure to check and make sure you have the proper, it was just fixed. Ur characters_inventory/characters/users/user inventory/and users table should have the irpid column added to these tables
im getting an error in database ? 
change default to blank
CREATE TABLE
users(
identifiervarchar(50) COLLATE utf8mb4_bin NOT NULL,
irpidvarchar(50) COLLATE utf8mb4_bin NOT NULL,
licensevarchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
moneyint(11) DEFAULT NULL,
namevarchar(50) COLLATE utf8mb4_bin DEFAULT ββ,
skinlongtext COLLATE utf8mb4_bin DEFAULT NULL,
jobvarchar(50) COLLATE utf8mb4_bin DEFAULT βunemployedβ,
job_gradeint(11) DEFAULT 0,
loadoutlongtext COLLATE utf8mb4_bin,
positionvarchar(36) COLLATE utf8mb4_bin NOT NULL DEFAULT β{}β,
bankint(11) DEFAULT NULL,
permission_levelint(11) DEFAULT NULL,
groupvarchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
firstnamevarchar(50) COLLATE utf8mb4_bin DEFAULT ββ,
lastnamevarchar(50) COLLATE utf8mb4_bin DEFAULT ββ,
dateofbirthvarchar(25) COLLATE utf8mb4_bin DEFAULT ββ,
sexvarchar(10) COLLATE utf8mb4_bin DEFAULT ββ,
heightvarchar(5) COLLATE utf8mb4_bin DEFAULT ββ,
statuslongtext COLLATE utf8mb4_bin DEFAULT NULL,
is_deadtinyint(1) DEFAULT 0,
last_propertyvarchar(255) COLLATE utf8mb4_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
loadout longtext COLLATE utf8mb4_bin β[]β,
SQL that, do for your characters table as well
Once you upload to your database, then you should be able to change the default, you may/may not need to
