12.01.2015, 09:25
You have messed up with string size, just use 128 instead of a large 900.
And you need to increase the var string's size because you can't insert a external string of similar size or larger actully and then implement it in format to add text.
Try it and report.
pawn Код:
new text[128];
pawn Код:
new string[156];