Skip to content

Releases: Open-GTO/zmessage

zmessage v3.2.1

Choose a tag to compare

@ziggi ziggi released this 27 Apr 16:05
  • Add sampctl support
  • #7: Fix making strings with custom array sizes

zmessage v3.2

Choose a tag to compare

@ziggi ziggi released this 23 Dec 14:57
  • #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

Choose a tag to compare

@ziggi ziggi released this 02 Dec 08:34
  • Fix infinity loop in some cases

zmessage v3.1.2

Choose a tag to compare

@ziggi ziggi released this 25 Oct 15:47
  • Restored const specifier in functions for message array

zmessage v3.1.1

Choose a tag to compare

@ziggi ziggi released this 22 Oct 05:56
  • #4: Moving last color to the next line

zmessage v3.1

Choose a tag to compare

@ziggi ziggi released this 20 Jan 21:40
  • Fix _samp_included error message
  • #3: Fix for long messages without spaces

zmessage v3.0

Choose a tag to compare

@ziggi ziggi released this 27 Oct 05:08
  • #2: Add hyphens support

zmessage v2.1

Choose a tag to compare

@ziggi ziggi released this 25 Oct 21:22
  • Add ZMSG_SEPARATORS_LIST directive for separators list configuration

zmessage v2.0

Choose a tag to compare

@ziggi ziggi released this 25 Oct 19:47
  • Whole words support

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

zmessage v1.2

Choose a tag to compare

@ziggi ziggi released this 25 Oct 19:29
  • Packet strings fixed