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

I'm not an expert in this field, but would it not make more sense to switch these two around?

pawn Code:
strcat(szMainString, szString);
strcat(szMainString, "~w~, "); // this is the problem line
it looks like you're trying to cat the string before it's there?
Like this..
pawn Code:
strcat(szMainString, "~w~, "); // this is the problem line
strcat(szMainString, szString);
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)