06.02.2014, 21:38
Well its not impossible, you could use y_malloc or an selfmade emit version
But the easiest way would be to use an array with 144 cells (max length of SendClientMessage)
Also it should be [MAX_CHARS_PER_LINE + 9] because we got "... %s ..." 8 extra chars + EOS
But the easiest way would be to use an array with 144 cells (max length of SendClientMessage)
Also it should be [MAX_CHARS_PER_LINE + 9] because we got "... %s ..." 8 extra chars + EOS