25.11.2013, 14:56
Seguinte galera to tentando fazer essa textdraw funfar mas nao to conseguindo , na vez de aparecer o desenho aparece a escrita !
Agradeзo quem souber .
#edit nunca tinha tentado usar estas figurinhas do hud.
pawn Код:
TextDrawInfo[playerid][FomeText] = TextDrawCreate(505.000000, 386.000000, "hud:radar_burgershot");
TextDrawBackgroundColor(TextDrawInfo[playerid][FomeText], 255);
TextDrawFont(TextDrawInfo[playerid][FomeText], 2);
//TextDrawLetterSize(TextDrawInfo[playerid][FomeText], 0.430000, 1.400000);
TextDrawColor(TextDrawInfo[playerid][FomeText], -1);
TextDrawSetOutline(TextDrawInfo[playerid][FomeText], 0);
TextDrawSetProportional(TextDrawInfo[playerid][FomeText], 1);
TextDrawSetShadow(TextDrawInfo[playerid][FomeText], 1);
#edit nunca tinha tentado usar estas figurinhas do hud.