PainedPsyche / cui_character

An advanced character and clothes editor for esx framework that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.
73 stars 47 forks source link

Date of birth not being retrieved #9

Closed mshdg closed 3 years ago

mshdg commented 3 years ago

I'm seeing that on each reload of the game, a character's DOB is not being retrieved from the database, and populated into the character creator UI. Upon each load, I have to reset the DOB, and then click accept to move into the game. I have looked into the database, and confirmed it is being saved in the dateofbirth column within the user table. I am using the latest version of extendedmode, with the latest version of esx_identity.

When I say latest, each of them is a direct clone of the master branch in the respective repos.

DOB set in database, verified before entering the server: image

DOB field on entering the server of an already set character: image

CorleoneAlCapone commented 3 years ago

I have the same Problem. It looks like the Problem is the Format of the DOB. My esx_identity is setup for yyyy/mm/dd but cui_character takes the Format mm/dd/yyyy. I have tried to modify esx_identity to match it but it doesnt really helped.

mshdg commented 3 years ago

I just pulled the fix into my dev server, and it works perfectly! Thank you for the very quick turnaround!