27.01.2014, 16:06
Antes de hacer este tema intente hacerlo yo mismo leyendo tutoriales o algunos includes pero NO ME SALE
Quiero que ese textdraw se muestre con un timer ( ya lo tengo ) del mas transparente hasta llegar al color original pero no puedo
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);