Loging problem
#4

PHP код:
}
        else
        {
            
SendClientMessage(playeridCOLOR_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);
        } 
Reply


Messages In This Thread
Loging problem - by DannySnoopy - 11.08.2011, 16:37
Re: Loging problem - by Darnell - 11.08.2011, 16:38
Re: Loging problem - by Tanush123 - 11.08.2011, 16:41
Re: Loging problem - by DannySnoopy - 11.08.2011, 16:42
Re: Loging problem - by Jay. - 11.08.2011, 16:45
Re: Loging problem - by DannySnoopy - 11.08.2011, 16:52
Re: Loging problem - by MadeMan - 11.08.2011, 16:52
Re: Loging problem - by DannySnoopy - 11.08.2011, 16:56
Re: Loging problem - by MadeMan - 11.08.2011, 17:00
Re: Loging problem - by DannySnoopy - 11.08.2011, 17:04

Forum Jump:


Users browsing this thread: 2 Guest(s)