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);