You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: