11.08.2011, 16:42
PHP код:
}
else
{
SendClientMessage(playerid, COLOR_RED, "SERVER: Password does not match your name. you have been kicked as a result.");
Kick(playerid);
return 1;
}
if(PlayerInfo[playerid][pPermBand] == 1)
{
new banstring[256];
format(banstring,sizeof(banstring),"AdmCmd: %s has been banned, reason: Attempting to log into a perma-banned account.",PlayerName(playerid));
SendClientMessageToAll(COLOR_LIGHTRED,banstring);
Ban(playerid);
}