I am totally lost I have put 2 new things in my server and now I cant get into my server it is saying couldnt load resource “menu” so I removed it but i would really like to have that and i have tried with 2 other mods that i had to remove too couldnt load resource “police5” and “LEOAnimations”
Do all of the folders for each resource have a __resource.lua
file?
Go into icecon and type "restart [resource name]’
yes they do have a __resource.lua
I have tried that multiple times and its not working if you would like i can send you my resource folder and server.cfg so you can see what i am doing wrong
it is also saying couldnt load packfile when I loaded it while in-game
^^^^^^^^^^^^^^^^^^^^^^^^^^^
yes
they all do have a resource.lua
Have you tried restarting your server?
Can you post a screenshot of your resources folder please.
yes i have tried restarting my server
https://gyazo.com/1a52b9982c18f1374dae46a8b43c9cd9
https://gyazo.com/d315c7d750e3bafc4e4cbd4913ca48fe
https://gyazo.com/d170a7eb70b2af84646b6b4065e92523
https://gyazo.com/9469fcb184af0707b235b5cd0007990d
Also, could you link a copy to your CitizenFX.log file as that will show any code compilation issues.
This is located in your FiveM application data folder.
the files are uploaded hopefully we find an issue
[ 539484] ResourceCacheDevice::EnsureFetched downloading resource.rpf (hash c20276eeb1059c5c95d40c586dc1ead3778c66c3) from https://99.108.229.101:30120/files/LEOAnimations/resource.rpf
[ 560625] OpenArchive: ReadBulk of header failed
[ 560625] ResourceCacheDevice reporting failure: Failed to connect to 99.108.229.101 port 30120: Timed out - CURL error code 7 (Couldn't connect to server)GlobalError: Couldn't load resource packfile for LEOAnimations.
It seems like the client is having difficulty getting the resources as it throws a curL code 7 which just indicates a failure to connect to the server. Can you try changing the port number of the server to a value not already taken by another program and try again, and to see if that works?
Also, if you have the server selfhosted, please make sure you have portforwarded/mapped correctly to allow the ports through.
yes i have port forwarded correctly as i am able to connect to the server when these resources are not enabled I have changed the port to 30121 would that work as a port
Try deleting the Server Cache and restarting the Server afterward
Yes, try port 30121.
Make sure you change both
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
in server.cfg to 0.0.0.0:30121
will try that again if this doesnt work