I am trying to mod darkrp for my server, but I am getting this error:
[CODE]lua\includes\modules\glon.lua:248: Expected unescaped to end string at position 113! (Got EOF)[/CODE]
Does anyone know what causes this error?
Judging from the code, this should never happen because of GLON alone. Apparently part of the encoded string is missing.
[QUOTE=DestroyHim;23600923]I am trying to mod darkrp for my server, but I am getting this error:
[CODE]lua\includes\modules\glon.lua:248: Expected unescaped to end string at position 113! (Got EOF)[/CODE]
Does anyone know what causes this error?[/QUOTE]
Mind posting the code?
[QUOTE=Tamschi;23601175]Judging from the code, this should never happen because of GLON alone. Apparently part of the encoded string is missing.[/QUOTE]
I am sending a GLON encoded string to the user with usermessages. Is there a limit to the size of a usermessage?
[QUOTE=Drakehawke;23601267]Mind posting the code?[/QUOTE]
The code is scattered through a bunch of darkrp lua files. I do not get any other error besides this in the client or server console.
[QUOTE=DestroyHim;23601742]I am sending a GLON encoded string to the user with usermessages. Is there a limit to the size of a usermessage?[/QUOTE]
256 kb
Why are you sending the encoded string anyway?
[QUOTE=_nonSENSE;23602225]256 kb
Why are you sending the encoded string anyway?[/QUOTE]
255 bytes, not kb
[QUOTE=_nonSENSE;23602225]256 kb
Why are you sending the encoded string anyway?[/QUOTE]
I am sending an encoded string because I cannot send a table with usermessages.
[editline]05:24PM[/editline]
[QUOTE=raBBish;23602301]255 bytes, not kb[/QUOTE]
That is probably why then, thanks for your help.
Sorry, you need to Log In to post a reply to this thread.