22.11.2011, 16:02
aqui estб o textdraw, mas quando eu digito o comando nao aparece.
new Text:Textdrawtutorial; // topo
ongamemodeinit..
{
Textdrawtutorial = TextDrawCreate(134.000000,225.000000,"Assim como na vida real, aqui tambйm temos regras rigidas.");
TextDrawAlignment(Textdrawtutorial,0);//Nгo mecher
TextDrawBackgroundColor(Textdrawtutorial,0x000000f f);//Nгo mecher
TextDrawFont(Textdrawtutorial,0);//Tipo de Letro (veja o *[2]mais abaixo)
TextDrawLetterSize(Textdrawtutorial,0.2999, 1.4);//Nгo mecher
TextDrawBoxColor(Textdrawtutorial,0x00000050);//Nгo mecher
TextDrawColor(Textdrawtutorial,0xffffffff);//Nгo mecher
TextDrawSetOutline(Textdrawtutorial,1);//Nгo mecher
TextDrawSetProportional(Textdrawtutorial,1);//Nгo mecher
TextDrawSetShadow(Textdrawtutorial,1);//Nгo mecher
}
new Text:Textdrawtutorial; // topo
ongamemodeinit..
{
Textdrawtutorial = TextDrawCreate(134.000000,225.000000,"Assim como na vida real, aqui tambйm temos regras rigidas.");
TextDrawAlignment(Textdrawtutorial,0);//Nгo mecher
TextDrawBackgroundColor(Textdrawtutorial,0x000000f f);//Nгo mecher
TextDrawFont(Textdrawtutorial,0);//Tipo de Letro (veja o *[2]mais abaixo)
TextDrawLetterSize(Textdrawtutorial,0.2999, 1.4);//Nгo mecher
TextDrawBoxColor(Textdrawtutorial,0x00000050);//Nгo mecher
TextDrawColor(Textdrawtutorial,0xffffffff);//Nгo mecher
TextDrawSetOutline(Textdrawtutorial,1);//Nгo mecher
TextDrawSetProportional(Textdrawtutorial,1);//Nгo mecher
TextDrawSetShadow(Textdrawtutorial,1);//Nгo mecher
}