Text draw won't show after adding an additional color code...
#5

No it has to come after the contents of "szString". I was able to get it working with this:

pawn Code:
foreach(new iTarget : Player)
{
    if(IsPlayerInFactionID(iTarget, pStats[playerid][iPlayerFaction][0]))
    {
        strcat(szMainString, "~w~,");
        format(szString, sizeof(szString), " ~y~%s %s", pStats[iTarget][pFirstName], pStats[iTarget][pLastName]);
        strcat(szMainString, szString);
    }
}
Although it's not really what I wanted. I don't know, perhaps the period ( . ) had something to do with it..?
Reply


Messages In This Thread
Text draw won't show after adding an additional color code... - by Scenario - 13.08.2013, 17:34
Re: Text draw won't show after adding an additional color code... - by -Prodigy- - 13.08.2013, 17:47
Re: Text draw won't show after adding an additional color code... - by Scenario - 13.08.2013, 18:03
Re: Text draw won't show after adding an additional color code... - by Dokins - 13.08.2013, 21:29
Re: Text draw won't show after adding an additional color code... - by Scenario - 13.08.2013, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)