01.04.2012, 04:53
i see why.
STRING = RESULT.
You could just do this:
pawn Код:
INI_WriteString(File, string, inputtext);
You could just do this:
pawn Код:
new File:Creator = fopen("Commands/Commands.txt", io_append);
format(string, sizeof(string), "CMD:%s(playerid, params[])\r\n", inputtext);
fwrite(Creator, string);
fclose(Creator);