πŸ—œοΈInstall on Server

IMPORTANT:

Make sure you have OneSync enabled otherwise you will have sync problems.

Please download the latest version from keymaster.fivem.net and then extract the folder onto your server, as well as a folder of your choice. Afterward, open your server.cfg file and add the following line after "ESX-Core":

ensure GMD_Entry

Once you have completed these steps, you can restart your server. The script will automatically create any necessary database entries.

esx_skin:

go to esx_skin/server/main.lua line 1 - 22

and enter there the event which starts the entry after the char was saved:

TriggerEvent("GMD_Entry:SkinTrigger", source)

like this:

or in your skin saver, i.e. where the skin is saved, for example in multichars, charcreator ...

this step is optional:

go to es_extended/server/paycheck.lua line: 1-45 and replace the following lines with each other.

this change prevents a player who is in the state illegally from receiving paychecks from the state except from the job the player is receiving money from

with:

Last updated