
Installation
1. Log in to your keymaster account
Connect via this site: https://keymaster.fivem.net/ with your CFX account to which your purchase was made on the store https://www.var-fivem.com/
2. Download resource

3. Edit the scripts to align with the standard core resources
@esx_skin
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)withTriggerEvent('Creator:Init')
@esx_identity
Perform the same modification in @esx_identity/server/main.lua
Locate the lines
TriggerClientEvent("esx_identity:showRegisterIdentity", xPlayer.source)and replace it withTriggerClientEvent('Creator:Init', xPlayer.source)
@esx_multicharacter
If you using multicharacter you need to change only this
Open @esx_multicharacter/client/main.lua
Search
esx:playerLoadedevent and replace it with the code belowSearch all trigger
TriggerEvent("esx_identity:showRegisterIdentity")Replace it by
TriggerEvent("Creator:Init")
@qb-multicharacter
If you using qb-multicharacter you need change this
Open @qb-multicharacter/client/main.lua
Add this
NuiCallbackwith the other
Open @qb-multicharacter/server/main.lua
Edit
qb-multicharacter:server:createCharacterevent by
Open @qb-multicharacter/html/index.html
At line 333, remove this code and replace it with the code below:
@qb-apartaments
If you have qb-apartments, open the configuration file of this script and set the following
4. Launch your resource
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.
If you have any problem with your player's skin replace your skinchanger if you are on esx with this one
Last updated