11.10.2016, 15:22
Thank you man, I wouldn't notice it without your help.
By the way, the injuries look like this:
https://gyazo.com/cd9a0e82ba1cd39cb472a06a77f05d6d
But I have
before everything there. What's the problem?
EDIT: Wait nevermind, I could just do
lol. I didn't think about that before.
EDIT 2: Still doesn't work though.
EDIT 3: Oh the problem was that I was showing player the "string", not the "injuries".

https://gyazo.com/cd9a0e82ba1cd39cb472a06a77f05d6d
But I have
Код:
string = "Weapon\tBody Part\tTimes Injured\n"; strcat(injuries, string);
EDIT: Wait nevermind, I could just do
Код:
strcat(injuries, "Weapon\tBody Part\tTimes Injured\n");
EDIT 2: Still doesn't work though.
EDIT 3: Oh the problem was that I was showing player the "string", not the "injuries".