Increase get_amxstring buffer size (bug 5901, r=ds)

This commit is contained in:
Arkshine
2014-04-30 15:22:55 +02:00
parent a86ca1491f
commit ce4ef6e272
2 changed files with 10 additions and 32 deletions

View File

@ -13,6 +13,13 @@
#include <svn_version>
/**
* This is the buffer size AMX Mod X uses internally to retrieve strings from plugins.
* Most natives that take strings as arguments will implicitly truncate those to this maximum length.
* This has been raised to the current value with AMXX 1.8.3. Previously the limit was 3072.
*/
#define MAX_STRING_LENGTH 16384
#define M_PI 3.1415926535
#define ADMIN_ALL 0 /* everyone */