SA-MP Forums Archive
[Duda]sobre fade en un textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [Duda]sobre fade en un textdraw (/showthread.php?tid=490677)



[Duda]sobre fade en un textdraw - SnL - 27.01.2014

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