Quote:
Originally Posted by iOxide
That is not a textdraw, it is a dialog, try formatting your string like this and see.
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]);
And also, increase the array size of your string, if the text's size is more than 250 character it won't work.
|
Doesnt work. Still wont appear