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
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
@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)
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
The text was updated successfully, but these errors were encountered: