Releases: Open-GTO/zmessage
Releases · Open-GTO/zmessage
zmessage v3.2.1
zmessage v3.2
ZMsg_GetMessages(message[], array[][], const lines = sizeof(array), const line_size = sizeof(array[]))
- Parameters:
message[]: The original message which should be splitted.array[][]: The array which stores splitted strings.lines: The number of the strings which can be stored inarray.line_size: The number of the symbols which can be stored in onearraystring.- Return values:
- The number of the lines
zmessage v3.1.3
- Fix infinity loop in some cases
zmessage v3.1.2
- Restored const specifier in functions for message array
zmessage v3.1.1
- #4: Moving last color to the next line
zmessage v3.1
- Fix _samp_included error message
- #3: Fix for long messages without spaces
zmessage v3.0
- #2: Add hyphens support
zmessage v2.1
- Add ZMSG_SEPARATORS_LIST directive for separators list configuration
zmessage v2.0
- Whole words support
Note: if you do not need whole words support then you can use v1 versions for better performance.
zmessage v1.2
- Packet strings fixed