Add SSN Generation


triangle-exclamation

READ IT!

  1. Adjust SSN format

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.

vms_documentsv2/server/modules/ssn.lua

  1. Modifications in es_extended

circle-exclamation

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.

  1. Modifications in esx_identity

circle-exclamation

If you don't want to use the whole esx_identity, read carefully the README.mdarrow-up-right from the above github, there you will find exactly marked changes.

Last updated