Echoes
New member
- Messages
- 68
- Points
- 0
- Age
- 33
- Github
- Maxitotito
- Emulator
Hello again,
This time I am asking about how to solve the errors I am getting, using 2015-12-30aRagexeRE client found in Asheraf's post under Client Releases.
I am using the translated data and System folder https://github.com/Asheraf/Translation.
The first three errors I am getting just are just right after clicking the .exe to play. The 4th one is some sprite error I am getting.
I understand as for the first error, there is a function called, but that's it, I don't know how to fix it; here is the code of that error:
if nil ~= DESC.costume then
result, msg = AddItemIsCostume(ItemID, DESC.costume)
if not result then
return false, msg
end
end
Please help C:
This time I am asking about how to solve the errors I am getting, using 2015-12-30aRagexeRE client found in Asheraf's post under Client Releases.
I am using the translated data and System folder https://github.com/Asheraf/Translation.
The first three errors I am getting just are just right after clicking the .exe to play. The 4th one is some sprite error I am getting.
if nil ~= DESC.costume then
result, msg = AddItemIsCostume(ItemID, DESC.costume)
if not result then
return false, msg
end
end
Please help C: