Sziasztok valaki tudna segíteni hogy miért nem irja egy színbe a textdraw-nál más színnel irja ki amikor át irom a szín kódot
igy kéne ki írni a
http://www.kephost.com/image/EdUL és igy irja ki
http://www.kephost.com/image/EdU7
else if(textdraw == TD_Info2)
{
if(!InfoTextDrawCreated2[playerid])
{
InfoTextDrawCreated2[playerid] = 1;
InfoTextDraw2[playerid] = TextDrawCreate(540, 110, \"Bet¨ltžs...\");
TextDrawAlignment(InfoTextDraw2[playerid], 1);
TextDrawFont(InfoTextDraw2[playerid], 1);
TextDrawSetShadow(InfoTextDraw2[playerid], 1);
TextDrawColor(InfoTextDraw2[playerid], COLOR_SKEK); // COLOR_BLACK
TextDrawBackgroundColor(InfoTextDraw2[playerid], COLOR_WHITE);
TextDrawSetOutline(InfoTextDraw2[playerid], 1);
TextDrawUseBox(InfoTextDraw2[playerid], 1);
TextDrawBoxColor(InfoTextDraw2[playerid], szin); // 0x111133AA //170
TextDrawLetterSize(InfoTextDraw2[playerid], 0.3, 1);
TextDrawTextSize(InfoTextDraw2[playerid], 640, 200);
InfoTextDraw2[playerid] = InfoTextDraw2[playerid];
}
else
InfoTextDraw2[playerid] = InfoTextDraw2[playerid];
TextDrawShowForPlayer(playerid, InfoTextDraw2[playerid]);
}
else if(textdraw == TD_Info2)
{
new string[384]; //, sor1[256], sor2[256], ido[64], korhazido, frakcio[64], szervezet;
new jatekos;
if(Tevezik[playerid] < 0)
jatekos=playerid;
else
jatekos=Tevezik[playerid];
new ideiglenes;
ideiglenes = (Szint(jatekos) + 1) * levelexp;
Format(string, \"~r~~h~%s~b~ (%d)~n~~r~~h~Szint: ~l~%d (mžg %d ¦ra)~n~~r~~h~‡let: ~l~%.0f / %.0f~n~~r~~h~Pncžl: ~l~%.0f%%\",PlayerName(jatekos),jatekos, Szint(jatekos), (ideiglenes - PlayerInfo[jatekos][pExp]), MAXHP, iPlayerHealth[jatekos], iPlayerArmour[jatekos]);
TextDrawSetString(InfoTextDraw2[playerid], string);
}