20.09.2014, 19:25
Hello everybody,
I want to put something into the file of an offline player, I already tried to do something but it isn't work, here's the code :
Taked from an offline unban command (doesn't work)
I want to put something into the file of an offline player, I already tried to do something but it isn't work, here's the code :
pawn Код:
new INI:File = INI_Open(filestring);
INI_SetTag(File, "Account Data");
INI_WriteInt(File, "Banned", 0);
INI_Close(File);