I assume there's a reason to it?

EDIT:
I think I know what it's for:
hudtxt id;text;x;y...
Is there a workaround to showing it? I specifically need it to show a semicolon.
Scripts
Include ';' in hudtxt
Include ';' in hudtxt
1


hudtxt id;text;x;y...
parse? Or a wrapper script which internally uses parse? Please read the description of
parse. You can set the optional Stop-At-Semicolon parameter of
parse to 0 to prevent that behavior. hudtxt "5" "test;50;50"in the console.
parsetextparameter of
hudtxt has the semicolon in the memory buffer, the semicolon as well as the string after the semicolon gets truncated and left out only as garbage regardless of Stop-At-Semicolon being disabled. For the record, I can print the semicolon between strings just fine on
msg and
msg2.
DC to check the source code and bisect the said buffer pointed by textto see if the data is passed correctly as it should.
1
