Skip to content

Releases: Open-GTO/zmessage

zmessage v3.2.1

27 Apr 16:05

Choose a tag to compare

  • Add sampctl support
  • #7: Fix making strings with custom array sizes

zmessage v3.2

23 Dec 14:57

Choose a tag to compare

  • #5, #6: Add ZMsg_GetMessages function

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 in array.
    • line_size: The number of the symbols which can be stored in one array string.
  • Return values:
    • The number of the lines

zmessage v3.1.3

02 Dec 08:34

Choose a tag to compare

  • Fix infinity loop in some cases

zmessage v3.1.2

25 Oct 15:47

Choose a tag to compare

  • Restored const specifier in functions for message array

zmessage v3.1.1

22 Oct 05:56

Choose a tag to compare

  • #4: Moving last color to the next line

zmessage v3.1

20 Jan 21:40

Choose a tag to compare

  • Fix _samp_included error message
  • #3: Fix for long messages without spaces

zmessage v3.0

27 Oct 05:08

Choose a tag to compare

  • #2: Add hyphens support

zmessage v2.1

25 Oct 21:22

Choose a tag to compare

  • Add ZMSG_SEPARATORS_LIST directive for separators list configuration

zmessage v2.0

25 Oct 19:47

Choose a tag to compare

  • Whole words support

Note: if you do not need whole words support then you can use v1 versions for better performance.

zmessage v1.2

25 Oct 19:29

Choose a tag to compare

  • Packet strings fixed