23.09.2017, 13:43
trying to replace hInfo[house][safec] by inputtext, this is the code:
In game, it's showing me "to: 0000 (The old [safec] value)", so the strcat didn't work. What's wrong with the code?
Код:
strcat(hInfo[house][safec], inputtext); format(result, sizeof(result), "You've changed safe house code to: "#COL_YELLOW"%s. "#COL_WHITE"Please save it.", hInfo[house][safec]);