Increased PrintHint and PrintCenter buffer

This commit is contained in:
TheMadSword
2015-05-09 09:22:07 -04:00
parent b70873e046
commit 6686badc93
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -356,7 +356,7 @@ native PrintCenterText(client, const String:format[], any:...);
*/
stock PrintCenterTextAll(const String:format[], any:...)
{
decl String:buffer[192];
decl String:buffer[254];
for (new i = 1; i <= MaxClients; i++)
{
@@ -389,7 +389,7 @@ native PrintHintText(client, const String:format[], any:...);
*/
stock PrintHintTextToAll(const String:format[], any:...)
{
decl String:buffer[192];
decl String:buffer[254];
for (new i = 1; i <= MaxClients; i++)
{