14.10.2011, 03:17
Bom pessaol, eu tava criando um box (Textdraw) no TextDrawEditor, dae quando fui botar no gm, o box fico pela metade, assim: Alguйm pode arrumar pra mim ?
PHP код:
//news
new Text:Textdraw6;
//player connect
TextDrawShowForPlayer(playerid, Textdraw6);
//ongamemodeinit
Textdraw6 = TextDrawCreate(644.000000, 435.000000, " ");//BOX
TextDrawBackgroundColor(Textdraw6, 255);
TextDrawFont(Textdraw6, 1);
TextDrawLetterSize(Textdraw6, 0.500000, 1.000000);
TextDrawColor(Textdraw6, 65535);
TextDrawSetOutline(Textdraw6, 1);
TextDrawSetProportional(Textdraw6, 1);
TextDrawUseBox(Textdraw6, 1);
TextDrawBoxColor(Textdraw6, 255);
TextDrawTextSize(Textdraw6, -3.000000, -31.000000);