08.02.2018, 10:40
I wondering How you noticed
OT:
If anyone does want to do the same thing like i, this code will work:
You might have to edit it, but it will give you the feeling of how it works.
OT:
If anyone does want to do the same thing like i, this code will work:
PHP код:
new tmpinput[128], filepl[64], tmpoldinput[2000], tmpnewinput[2000];
format(tmpinput, sizeof(tmpinput), "%s", inputtext);
format(filepl, sizeof(filepl), "Accounts/%s.ini", GetName(playerid));
format(tmpoldinput, sizeof(tmpoldinput), "%s", INI_Get(filepl,"MDCCreateNoteTemp"));
format(tmpnewinput, sizeof(tmpnewinput), "%s %s", tmpoldinput, tmpinput);
INI_Set(filepl,"MDCCreateNoteTemp",tmpnewinput);