Increased PrintHint and PrintCenter buffer
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user