Hey Leute,
public OnRconLoginAttempt(ip[], password[], success)
{
if(!success)
{
new pip[16];
for(new i=0; i<MAX_PLAYERS; i++)
{
GetPlayerIp(i, pip, sizeof(pip));
if(!strcmp(ip, pip, true))
{
if(!StehtNameInAdmin(i))
{
BanEx(i,"Wrong Rcon Password | Falsches Rcon Passwort!");
}
}
}
}
return 1;
}
Der server crasht immer wenn ich /rcon login mache.
//Edit : 1x mal kann ich mich einloggen und bei 2x mal crasht der server