Installation
Last updated
Last updated
Connect via this site: https://keymaster.fivem.net/ with your CFX account to which your purchase was made on the store https://shop.var-fivem.com/.
If you not using multicharacter and using esx_skin you need change this
Open @esx_skin/client/main.lua
Replace TriggerEvent("skinchanger:loadSkin", { sex = 0 }, OpenSaveableMenu)
with TriggerEvent('Creator:Init')
If you not using multicharacter system you need change this
Perform the same modification in @esx_identity/server/main.lua
Locate the lines TriggerClientEvent("esx_identity:showRegisterIdentity", xPlayer.source)
and replace it with TriggerClientEvent('Creator:Init', xPlayer.source)
If you using multicharacter you need to change only this
Open @esx_multicharacter/client/main.lua
Search esx:playerLoaded
event and replace it with the code below
Search all trigger TriggerEvent("esx_identity:showRegisterIdentity")
Replace it by TriggerEvent("Creator:Init")
Once the download is complete, unzip the file and drag it into the resources folder of your server.
If you added the resource while your server was already running, remember to do the refresh command and then ensure the resource.