23.09.2010, 18:50
Por favor alguйm me ajuda, quem souber como fazer TextDraws Animado [Que se mechem], faz uma pra mim pra eu colocar no inнcio do servidor, antes do Login/Register
Esse й o cуdigo, se possнvel for, edita ele ai e coloca em forma de animaзгo por favor 
Abraзos.
[NNF]WolF_
Code:
sDataGM[Fundo] = TextDrawCreate (320, 160, " ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ");
TextDrawUseBox(sDataGM[Fundo], 1);
TextDrawAlignment(sDataGM[Fundo], 2);
TextDrawBoxColor(sDataGM[Fundo], 0x000000AA);
TextDrawTextSize(sDataGM[Fundo], 500, 500);
sDataGM[NomeServer] = TextDrawCreate (320, 170, "Aqui Fica uma Animaзгo com o nome X-TreMe");
TextDrawSetShadow(sDataGM[NomeServer], 0);
TextDrawSetOutline(sDataGM[NomeServer], 0);
TextDrawLetterSize(sDataGM[NomeServer], 0.8712, 2.508);
TextDrawFont(sDataGM[NomeServer], 3);
TextDrawAlignment(sDataGM[NomeServer], 2);
TextDrawSetProportional(sDataGM[NomeServer], 1);
TextDrawColor(sDataGM[NomeServer], COR_LARANJA);
sDataGM[Comandos] = TextDrawCreate(320, 220, "e aqui fica outra animaзгo com o nome GameS");
TextDrawSetShadow(sDataGM[Comandos], 0);
TextDrawSetOutline(sDataGM[Comandos], 0);
TextDrawFont(sDataGM[Comandos], 3);
TextDrawSetOutline(sDataGM[Comandos], 1);
TextDrawAlignment(sDataGM[Comandos], 2);
TextDrawSetProportional(sDataGM[Comandos], 1);

Abraзos.
[NNF]WolF_

