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

I've suffered through this problems before. The problem is because you leave a blank space after finishing up the list of players.

To solve it, delete the last character after you finish listing all players. So something like:

pawn Code:
strdel(szMainString, strlen(szMainString), strlen(szMainString) - 1);
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)