08.08.2012, 20:24
No I didn't! I did now and it didn't work with the above, so I added this but Its not what I want cuz I want the big text infront of him!
pawn Код:
{
new Text:txt1;
txt1 = TextDrawCreate(10.0, 415.0,"~r~Call of Duty");
TextDrawBoxColor(txt1,0x222222BB);
TextDrawLetterSize(txt1,0.3,1.0);
TextDrawTextSize(txt1,400.0,40.0);
TextDrawFont(txt1, 2);
TextDrawShowForPlayer(playerid,txt1);