23.07.2009, 13:19
I'd sugges you use this code
PS:It seems he didn't plan to release new update this year : o
Код:
public untemp(playername[])
{
if(INI_Open("temp.ini"))
{
INI_RemoveEntry(playername); //<<<<<<<<<<<<<<<<<<<<<<<<
INI_Save();
INI_Close();
}
return 1;
}

