Hi, first of all please excuse my English. I have a problem, when I enter the server I get the error esx_identity: deferring connection. I imported all the necessary databases for the dependencies that esx_kashacters wants, but when trying to import the database for esx_identity it gives the error
ALTER TABLE users
ADD COLUMN firstname
VARCHAR(16) NULL DEFAULT NULL, ADD COLUMN lastname
VARCHAR(16) NULL DEFAULT NULL, ADD COLUMN dateofbirth
VARCHAR(10) NULL DEFAULT NULL, ADD COLUMN sex
VARCHAR(1) NULL DEFAULT NULL, ADD COLUMN height
INT NULL DEFAULT NULL
Table ‘es_extended.users’ not exist
does anyone have a solution? I specify that I don’t know the code very well
[image]