05.07.2012, 09:11
Hey, I have a problem with SII. There is not saved in the file, the number of players.
Here's the code PAWN.
Here's the code PAWN.
Код:
if(INI_Open(getINI(playerid)))
{
INI_WriteInt("Geschlecht",2);
INI_Save();
INI_Close();
}

