Renzu Multicharacter
If you're using renzu_multicharacter, you may need to make some additional modifications. Follow the instructions below based on your clothing script. If you're not using renzu_multicharacter, you can skip this section.
Open
config.lualocated in therenzu_multicharacterfolder.Find the line:
qb-clothing:client:openMenuReplace it with the following code:
qb-clothes:client:CreateFirstCharacterAfter you replace the code follow the qb-clothing setup follow this step.
Open
main.lualocated in therenzu_multicharacter/clientfolder.Find the line:
exports['illenium-appearance']:startPlayerCustomization(function (appearance)Just below
finished = true(around line 433), insert the following trigger:
exports["eh_cutscene"]:start() -- > Start eh_cutscene
print('^2Started eh_cutscene')
Last updated