Players
Last updated
Last updated
Configure in config.sync.lua
Make sure that in Config.Sync the entry active is set to true and in Types the Users is set to true.
after script restart it should import all users to your police and medic MDT.
Open the sync_functions.lua with any ide (notepad++, visual studio code)
/server/sync/files.lua
Search in the file the FormatData function for your Framework
ESX : myMDT_core_sync.files.FormatData_ESX
QB: myMDT_core_sync.files.FormatData_QB
The Important part is now where the curly brackets from the return
if your players/users table stores the size of the users than you simply need to add this like following:
on the left hand is the column name/key from myMDT_core, on the right side is the column from your players/users table.
Never touch this keys : id, player_id, fromsystem
alias
sex
phone
size
birth
eyecolor
haircolor
blood_type
weight
allergies
known_illnesses
If your table doesn’t store the birthdate in the format YYYY-MM-DD you can use the function convertDateForMDT
Usage for DD.MM.YYYY
Usage for YYYY/MM/DD
Usage for YYYY/DD/MM
If the Birthdate is in a wrong format the Javascript will throw an error and will not display the birth