23.07.2009, 13:04
Vry nice Script, use it everytime 
But now i got following error:
in
(Marked the error-line)
Hope on fast fix,
Trooper

But now i got following error:
Quote:
|
error 035: argument type mismatch (argument 1) |
Код:
public untemp(string:playername)
{
if(INI_Open("temp.ini"))
{
INI_RemoveEntry(playername); //<<<<<<<<<<<<<<<<<<<<<<<<
INI_Save();
INI_Close();
}
return 1;
}
Hope on fast fix,
Trooper

