Skip to content

Commit

Permalink
Update ttt.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Nov 19, 2019
1 parent e713984 commit 6942b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/include/ttt.inc
Expand Up @@ -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), "</font> %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);
Expand Down

0 comments on commit 6942b11

Please sign in to comment.