19.05.2012, 21:59
Caso, Nгo funcione. Crie uma Bool, pois tou com preguiзa.. xD
pawn Код:
#define TextDrawShow TextDrawShowForAll(texto1);
texto1 = TextDrawCreate(215.0,352.0,"[BRASIL]Exelent_Games[BoS]");
TextDrawAlignment(texto1,0);
TextDrawUseBox(texto1, false);
TextDrawTextSize(texto1,650.0,3.0);
TextDrawFont(texto1,1);
TextDrawSetProportional(texto1,1);
TextDrawSetOutline(texto1,1);
TextDrawLetterSize(texto1,0.359999,1.400000);
TextDrawSetShadow(texto1,0);
TextDrawShowForAll(texto1);
pText = false;
if(pText == 0)
{
TextDrawShowForPlayer(playerid, texto1);
TextDrawColor(texto1, COR_TEXT_1);
TextDrawShow
pText = 1;
}
if(pText == 1)
{
TextDrawShowForPlayer(playerid, texto1);
TextDrawColor(texto1, COR_TEXT_2);
TextDrawShow
pText = 2;
}
if(pText == 2)
{
TextDrawShowForPlayer(playerid, texto1);
TextDrawColor(texto1, COR_TEXT_3);
TextDrawShow
pText = 3;
}
if (pText == 3)
{
TextDrawShowForPlayer(playerid, texto1);
TextDrawColor(texto1, COR_TEXT_4);
TextDrawShow
pText = 4;
}
if (pText == 4)
{
TextDrawShowForPlayer(playerid, texto1);
TextDrawColor(texto1, COR_TEXT_5);
TextDrawShow
pText = 0;
}
do
{
TextDrawShowForAll(texto1);
pText = 0;
SetTimerEx("texto1", 1000, true, "i", -1);
}
#endif