24.12.2016, 18:37
A lot more code than is needed imo.
-------------------------------------------
With this include you no longer have to worry about messages outputting incompletely (or in the worst case, not sending at all), as it separates a message in multiple lines/rows according to the last space found within a given length. If no space is found, it cuts the message at a specific number of characters.
https://github.com/Kevin-Reinke/Mess...tiple_rows.inc
P.S. There is no limit for the characters you can input in the function, like there is with SendClientMessage (which is 128).
-------------------------------------------
With this include you no longer have to worry about messages outputting incompletely (or in the worst case, not sending at all), as it separates a message in multiple lines/rows according to the last space found within a given length. If no space is found, it cuts the message at a specific number of characters.
https://github.com/Kevin-Reinke/Mess...tiple_rows.inc
P.S. There is no limit for the characters you can input in the function, like there is with SendClientMessage (which is 128).

