21.12.2013, 04:25
That is not a textdraw, it is a dialog, try formatting your string like this and see.
And also, increase the array size of your string, if the text's size is more than 250 character it won't work.
pawn Код:
format(string, 250, "%sSuper Hydraulics:\n", Text[0]);
format(string, 250, "%sUnlimited HP:\n", Text[1]);
format(string, 250, "%sUnlimited Armor:\n", Text[2]);
format(string, 250, "%sVehicle God Mode:\n", Text[3]);
format(string, 250, "%sNoClip:\n", Text[4]
format(string, 250, "%sSuper Breaks:\n", Text[5]);
format(string, 250, "%sInvisible Mode:", Text[6]);