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

Unfortunately, that didn't solve the problem. I tried doing this:

pawn Code:
foreach(new iTarget : Player)
            {
                if(IsPlayerInFactionID(iTarget, pStats[playerid][iPlayerFaction][i]))
                {
                    strmid(szFirstName, pStats[iTarget][pFirstName], 0, 1);
                    format(szString, sizeof(szString), "~y~%s~w~. ~y~%s", szFirstName, pStats[iTarget][pLastName]);
                    strcat(szMainString, szString);
                }
            }
.. and even that didn't work right. There's something with the color codes, but I've never had an issue with them like this before so I'm just not sure why it wouldn't work!
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)