- Joined
- Apr 23, 2011
- Messages
- 460
[Solved] Concatenation Errors
For some reason this line of code is giving me a bunch of bad operators. Any reasons. It's obviously the concatenation, but I followed syntax didn't i?
Edit: I'm so sorry for the wasted post. I checked over the coding again, and I forgot to do
For some reason this line of code is giving me a bunch of bad operators. Any reasons. It's obviously the concatenation, but I followed syntax didn't i?
call DisplayTimedTextToPlayer(recP, 0., 0., 8.5,("(Allies): " + PCOLOR[pnum] + GetPlayerName(p) + ": " + s + "|r"))
Edit: I'm so sorry for the wasted post. I checked over the coding again, and I forgot to do
COLOR[PCOLOR[pnum]]
, Doing what I did before was causing the code to supply an integer. My apologies.