06.03.2012, 02:31
this is my current code.
how do i make the width/hieght go bigger,
witch line of code?
Code:
txtgPolice[playerid] = TextDrawCreate(5.0, 135.0,"OK"); TextDrawUseBox(txtgPolice[playerid],1); TextDrawBoxColor(txtgPolice[playerid],0x000000AA); TextDrawFont(txtgPolice[playerid],1); TextDrawLetterSize(txtgPolice[playerid], 0.2, 1.2); TextDrawTextSize(txtgPolice[playerid], 20.00, 400.00); TextDrawSetShadow(txtgPolice[playerid],1); TextDrawSetOutline(txtgPolice[playerid],1); TextDrawBackgroundColor(txtgPolice[playerid],0x000000FF); TextDrawAlignment(txtgPolice[playerid],2); TextDrawSetProportional(txtgPolice[playerid],1);
witch line of code?