pedr0fontoura / fivem-appearance

👀 A flexible player customization script for FiveM.
https://forum.cfx.re/t/release-fivem-appearance/2438537
MIT License
120 stars 72 forks source link

Missing files and error with calling export #93

Open Evolocity1 opened 3 months ago

Evolocity1 commented 3 months ago

When I download the latest file from github and add it to the server by following the install instructions, when the server starts up I get these errors in the server console:

[resources:fivem-appe] Warning: could not find client_script game/dist/index.js (defined in fxmanifest.lua:9) [resources:fivem-appe] Warning: could not find file web/dist/index.html (defined in fxmanifest.lua:11) [resources:fivem-appe] Warning: could not find file web/dist/assets/*.js (defined in fxmanifest.lua:11)

then I copied the /customization command example from the docs and I got this error in the client console after typing /customization in the chat:

[ 444516] [b2944_GTAProce] MainThrd/ ^1SCRIPT ERROR: @gungame/client/client.lua:94: No such export startPlayerCustomization in resource fivem-appearance^7 [ 444516] [b2944_GTAProce] MainThrd/ ^3> ExecuteCommand^7 (^5ExecuteCommand.lua^7:4) [ 444516] [b2944_GTAProce] MainThrd/ ^3> callback^7 (^5@chat/cl_chat.lua^7:141)

I think the release doesn't provide the full files needed to add to the server? appears there is no folder called dist anywhere in the resource but the manifest is calling on it?