Hey guys
as said in the title, after some time playing my mod i get this error
Code:
G_FindConfigstringIndex (overflow)
and the FontString that caused it, but how to fix this?
Every time i create a FontString, i thread
Code:
doDestroyText(element)
{
  self endon("disconnect");

  self waittill("death");
  element destroy();
}
for this element.
Any ideas?