[AJUDA]Textdraw Box
#1

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(playeridTextdraw6);
//ongamemodeinit
Textdraw6 TextDrawCreate(644.000000435.000000" ");//BOX
TextDrawBackgroundColor(Textdraw6255);
TextDrawFont(Textdraw61);
TextDrawLetterSize(Textdraw60.5000001.000000);
TextDrawColor(Textdraw665535);
TextDrawSetOutline(Textdraw61);
TextDrawSetProportional(Textdraw61);
TextDrawUseBox(Textdraw61);
TextDrawBoxColor(Textdraw6255);
TextDrawTextSize(Textdraw6, -3.000000, -31.000000); 
Reply
#2

Estбs a usar o editor do zamaroth ou outro?
Reply
#3

Quote:
Originally Posted by Shickcard
Посмотреть сообщение
Estбs a usar o editor do zamaroth ou outro?
Tou usando o TextDrawEditor1.0, que estб na pasta pawno.
Reply
#4

alguem ?
Reply
#5

eu te ajudo menino ...
vai no seu projeto e use resist text algo assim e puxe ela pra baixo
Reply
#6

use o meu

pawn Код:
BarraForum = TextDrawCreate(0.000000, 428.000000, "~n~ ~n~");
    TextDrawBackgroundColor(BarraForum, 255);
    TextDrawFont(BarraForum, 1);
    TextDrawLetterSize(BarraForum, 0.500000, 2.000000);
    TextDrawColor(BarraForum, -1);
    TextDrawSetOutline(BarraForum, 2);
    TextDrawSetProportional(BarraForum, 1);
    TextDrawSetShadow(BarraForum, 1);
    TextDrawUseBox(BarraForum, 1);
    TextDrawBoxColor(BarraForum, 151587227);
    TextDrawTextSize(BarraForum, 640.000000, -240.000000);
Reply
#7

isto tambйm acontece quando jб hб um textdraw no mesmo local.
verifique ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)