20.09.2011, 12:55
pawn Код:
// No topo do script:
new Text:Textdraw0;
// Preferencialmente no OnGameModeInit:
Textdraw0 = TextDrawCreate(1.000000, 437.000000, "Seu texto aqui ~b~Seu ~w~Texto ~r~Aqui ~b~Yeah ~p~Texto ~g~Ye ~y~Ah");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 2);
TextDrawLetterSize(Textdraw0, 0.360000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 119);
TextDrawTextSize(Textdraw0, 646.000000, 0.000000);
Para deixar o texto como o da sua imagem, apenas troque a string para:
pawn Код:
"RTD] THE DRIFTER'S ~b~SITE: >> ~w~http://WWW.~r~RTD-EQUIPE.~w~BLOGSPOT.COM ~b~<< ~p~VERSAO: ~g~0.3~y~C"
Use o Zamaroht's Textdraw Editor para a criaзгo de seus textdraws.
Obs: Nгo esqueзa do TextDrawShowForPlayer(playerid, Text:text)