[Duda]sobre fade en un textdraw
#1

Antes de hacer este tema intente hacerlo yo mismo leyendo tutoriales o algunos includes pero NO ME SALE

pawn Код:
EXPFlash[playerid] = CreatePlayerTextDraw(playerid,250.000000, 195.000000, "+10 EXP");
    PlayerTextDrawBackgroundColor(playerid,EXPFlash[playerid], 255);
    PlayerTextDrawFont(playerid,EXPFlash[playerid], 1);
    PlayerTextDrawLetterSize(playerid,EXPFlash[playerid], 1.029999, 1.000000);
    PlayerTextDrawColor(playerid,EXPFlash[playerid], -1);
    PlayerTextDrawSetOutline(playerid,EXPFlash[playerid], 0);
    PlayerTextDrawSetProportional(playerid,EXPFlash[playerid], 1);
    PlayerTextDrawSetShadow(playerid,EXPFlash[playerid], 1);
Quiero que ese textdraw se muestre con un timer ( ya lo tengo ) del mas transparente hasta llegar al color original pero no puedo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)