Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

JSON Decode Error on Startup #13

Open
MattVieira opened this issue Aug 30, 2021 · 1 comment
Open

JSON Decode Error on Startup #13

MattVieira opened this issue Aug 30, 2021 · 1 comment

Comments

@MattVieira
Copy link

When I enter the server, after exiting and leaving some skin info saved.

It stays in an eternal loading on the characters screen, giving this error.

https://imgur.com/a/mtmGPVb

@zachnamyat
Copy link

@MattVieira I did some digging and this is actually a problem with the RedEM-RP/redemrp_skin repository. If you navigate to /redemrp_skin/client/cl_main.lua and scroll to line 201, you will see the following code TriggerEvent("redemrp_clothing:load", _clothes, _target)

Change that line of code to this:
TriggerEvent("redemrp_clothing:load", data, _clothes, _target)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants