From 3e705f724be71391a4936b876cc7656a520715cc Mon Sep 17 00:00:00 2001 From: jenz Date: Wed, 30 Aug 2023 02:09:23 +0200 Subject: [PATCH] updated from any to char --- includes/multicolors.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/multicolors.inc b/includes/multicolors.inc index e3d31c8..95b651b 100644 --- a/includes/multicolors.inc +++ b/includes/multicolors.inc @@ -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);