Hali! Bár nem teszteltem, nekem tetszik, és egy kicsit meg is módosítottam! Így most már azt is fogja írni, ha sikeres a belépés.
public OnRconLoginAttempt(ip[], password[], success)
{
//------Lekérdezések----------
new Hour, Minute, Second;
new string[56], sd[256];
new belepett[MAX_PLAYERS];
gettime(Hour, Minute, Second);
new Year,Month,Day;
getdate(Year,Month,Day);
//----------------------------
//------Létrehozások----------
for(new i=0; i<MAX_PLAYERS; i++)
{
GetPlayerName(i,Player,sizeof(Jatekos));
format(sd,sizeof(sd),\"/RCON/%s.txt\",Jatekos);
dini_Create(sd);
if(sucess) { belepett[playerid] = 0 } else belepett[playerid] = 0;
if(belepett[playerid] == 1)
{
dini_Set(\"rcon.ini\", \"Bejelentkezés\",\"Belépett\");
}
else dini_Set(\"rcon.ini\",\"Bejelentkezés,\"Sikertelen bejelentkezés\");
dini_Set(\"rcon.ini\",\"Név\", Jatekos);
format(string,sizeof(string),\"|%d|%d|%d|\",Year,Month,Day);
dini_Set(\"rcon.ini\",\"Dátum\", string);
dini_Set(\"rcon.ini\", \"IP\", ip);
dini_Set(\"rcon.ini\", \"Hibás jelszó\", password);
}
//----------------------------
return 1;
}
UI: és ez nem egy FS hanem egy kód, vagy addon
danix99