updated from any to char

This commit is contained in:
jenz 2023-08-30 02:09:23 +02:00
parent b64abac26d
commit 3e705f724b

View File

@ -38,7 +38,7 @@ bool g_bCFixColors = false;
* @noreturn
* @error If the client is not connected an error will be thrown.
*/
stock void CPrintToChat(int client, const char[] message, any ...)
stock void CPrintToChat(int client, const char[] message, char[] ...)
{
char buffer[MAX_MESSAGE_LENGTH];
VFormat(buffer, sizeof(buffer), message, 3);