Quote:
Originally Posted by DiiMeNoR
Ai mano, espero que ajude.
pawn Код:
//Inicio do GM
new Text:Textdraw1, Text:Textdraw2;
//OnGameModeInit Textdraw1 = TextDrawCreate(474.000000,375.000000,"Campeonato de X5"); TextDrawAlignment(Textdraw1,1); TextDrawColor(Textdraw1,16711935); TextDrawBackgroundColor(Textdraw1,255); TextDrawBoxColor(Textdraw1,255); TextDrawFont(Textdraw1,3); TextDrawLetterSize(Textdraw1,0.490000,2.999999);
Textdraw2 = TextDrawCreate(475.000000,405.000000,"Torcidas Pequenas"); TextDrawColor(Textdraw2,16711935); TextDrawBackgroundColor(Textdraw2,255); TextDrawBoxColor(Textdraw2,255);
//OnPlayerConnect
TextDrawShowForPlayer(playerid,Textdraw1); TextDrawShowForPlayer(playerid,Textdraw2);
|
Ajudo muito, mais pode me dizer como eu mudo a cor do text? sei que ta da cor que eu quero mais caso eu queira fazer outro como mudo a cor?