06.03.2012, 04:48
Hi Guys, Me Again.
Um... I Have a Textdraw Issue Where Haft my Textdraw is Over The Screen but The Rest I Cannot See on any Resoultion.
Thats the Coding, And this is My Picture,
Of the Problem.
Um... I Have a Textdraw Issue Where Haft my Textdraw is Over The Screen but The Rest I Cannot See on any Resoultion.
Код:
txtgPolice[playerid] = TextDrawCreate(15.0, 165.0,"~n~ POLICE GARAGE ~n~1 - Fix Vehicle $6250 ~n~2- (2x) Nitrous Oxide System $6250 ~n~3- (5x) Nitrous Oxide System $12500 ~n~4- (10x) NOS Nitrous Oxide System $25000 ~n~~n~~n~~b~ Los Santos ~n~~w~Police Department"); TextDrawUseBox(txtgPolice[playerid],1); TextDrawBoxColor(txtgPolice[playerid],0x000000AA); TextDrawFont(txtgPolice[playerid],1); TextDrawLetterSize(txtgPolice[playerid], 0.2, 1.2); TextDrawTextSize(txtgPolice[playerid], 300.00, 265.00); TextDrawSetShadow(txtgPolice[playerid],1); TextDrawSetOutline(txtgPolice[playerid],1); TextDrawBackgroundColor(txtgPolice[playerid],0x000000AA); TextDrawAlignment(txtgPolice[playerid],2); TextDrawSetProportional(txtgPolice[playerid],1);
Of the Problem.