09.09.2012, 01:50
pawn Код:
gText4[playerid] = TextDrawCreate(0.0, 436, "~n~");
TextDrawUseBox(gText4[playerid], false); //true = aparece, false = nгo aparece.
TextDrawFont(gText4[playerid], 3);
TextDrawSetOutline(gText4[playerid], 1);
TextDrawColor(gText4[playerid], 255);
TextDrawBoxColor(gText4[playerid], 0x000000AA); //aqui vc muda a cor do box
TextDrawBackgroundColor(gText4[playerid], 65535);