27.01.2015, 13:49
Jб tive este problema, e resolvi na include dof2.
Abra a include DOF2, e procure por isso:
Altere o valor do MAX_LINE_SIZE para 150 mais ou menos.
Ficando:
Isso deve resolver.
Abra a include DOF2, e procure por isso:
pawn Код:
#if !defined MAX_LINE_SIZE
#define MAX_LINE_SIZE (128)
#endif
Ficando:
pawn Код:
#if !defined MAX_LINE_SIZE
#define MAX_LINE_SIZE (150)
#endif