26.06.2013, 07:04
I made a texdrawn with Iplo ( iTDe. script ) but it's not showing on screen here is code is something wrong on it ?
Код:
new Text:Textdraw0; Textdraw0 = TextDrawCreate(13.750000, 319.666809, "BLack Freeraom"); TextDrawLetterSize(Textdraw0, 0.490000, 2.119167); TextDrawAlignment(Textdraw0, 1); TextDrawColor(Textdraw0, -2139062017); TextDrawSetShadow(Textdraw0, 0); TextDrawSetOutline(Textdraw0, 1); TextDrawBackgroundColor(Textdraw0, -2147483393); TextDrawFont(Textdraw0, 0); TextDrawSetProportional(Textdraw0, 1);