mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-26 05:38:04 +03:00
f5921a3535
It would seem I was wrong (was I drunk?). It doesn't support custom message using formating (%s). This simplifies things, as this stock is now meant to be used only on predefined message. * If not a predefined message, we redirect to client_print, as there is more checks and can deal with ML. * If length goes above known limits, we redirect to client_print to be cut properly. * Changed MSG_ONE to MSG_UNRELIABLE and MSG_ALL to MSG_BROADCAST. * Updated documention.