From 6942b11557b8f4b8f7fb1cea0de3d25ab2770e6e Mon Sep 17 00:00:00 2001 From: Bara Date: Tue, 19 Nov 2019 17:46:22 +0100 Subject: [PATCH] Update ttt.inc --- addons/sourcemod/scripting/include/ttt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/scripting/include/ttt.inc b/addons/sourcemod/scripting/include/ttt.inc index bbeda885..ec9ec52c 100644 --- a/addons/sourcemod/scripting/include/ttt.inc +++ b/addons/sourcemod/scripting/include/ttt.inc @@ -1171,7 +1171,7 @@ stock bool IsStringNumeric(const char[] str) return true; } -void PrintCenterText2(int client, const char[] title, const char[] message) +stock void PrintCenterText2(int client, const char[] title, const char[] message) { char sBuffer[2048]; Format(sBuffer, sizeof(sBuffer), " %s\n%s\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", title, message);