Noob question, client code resource

Hi,

I am not a noob in development, but I am a noob in fivem/redm dev and I am not good in english :slight_smile:

But I’ve this question :

  • when I modify a client lua script, why I’ve got this error (just add a lua comment “–”) :
    “couldn’t load resource xxx: failed to open packfile: ReadBulk of header failed: Failed to fetch: Failure downloading resource.rpf: HTTP 403: Filter failed: Unknow file…”

Does client check file version ? How can I force my new script to be downloaded by redm client ?

Thanks a lot,
Thierry

Return your server version to the previous one, this new server version have that problem, with new scripts the clients cant download them from server.

you are right! Fixed, thanks

1 Like