17.06.2010, 12:42
Quote:
Originally Posted by bpeterson
Nice, altought if someone uses a bit too much text formatting (~n~ ~r~ etc..), it will crash. You could count these and if it reaches the limit then create a new textdraw for it.
|
You can simply redefine max string size if theres no limitation in SA-MP, but if there is then you would need to create multiple textdraws. Maybe in next version.
pawn Код:
#define EUM_MAX_STRING 1024 // for example
#include <eum>