Add SSN Generation
Go to vms_documentsv2/server/modules/ssn.lua and in the first line you have to customize your birth date format stored on your server.
By default, the date of birth in ESX is stored in the column dateofbirth.

If you are NOT using any multicharacter system, skip this step, go to identity.
Go to your es_extended/server/main.lua and replace the highlighted code in the createESXPlayer function.
Go to your es_extended/server/functions.lua and replace the entire Core.generateSSN function.
If you are using any multicharacter go back to point two.
If you don't want to use the whole esx_identity, read carefully the README.md from the above github, there you will find exactly marked changes.
Last updated
Was this helpful?