Как то так ?? Но не робит =((
Код
else if (class == 4)
{
new String:target[64], String:szFlags[20], String:szPassword[32];
GetCmdArg(1, target, sizeof(target));
GetCmdArg(2, szFlags, sizeof(szFlags));
GetCmdArg(3, szPassword, sizeof(szPassword));
new String:szFile[256];
BuildPath(Path_SM, szFile, sizeof(szFile), "configs/admins_simple.ini");
new Handle:hFile = OpenFile(szFile, "at");
WriteFileLine(hFile, "\"%s\" \"10:p\" \"%s\"", target, szFlags, szPassword);
CloseHandle(hFile);
//add(client);
}