20.10.2009, 04:13
I am Having Problem Showing this Text Draw ingame.
Код:
new Text:Test; Test = TextDrawCreate(4, 426, "http://S*******P.com"); TextDrawLetterSize(Text:Test, 0, 0); TextDrawTextSize(Text:Test, 0, 0); TextDrawAlignment(Text:Test, 0); TextDrawColor(Text:Test, -1); TextDrawUseBox(Text:Test, 0); TextDrawSetShadow(Text:Test, 1); TextDrawBoxColor(Text:Test, -1347440726); TextDrawSetOutline(Text:Test, 1); TextDrawBackgroundColor(Text:Test, 170); TextDrawFont(Text:Test, 1); TextDrawSetProportional(Text:Test, 1);