Loging problem
#6

Quote:
Originally Posted by Jay.
Посмотреть сообщение
It isn't but you aren't helping , therefore it will take longer.
Unless you supply some code.

How do we know which exact script you are using ?
Give us the code which has the kick/ban thing.

or at least some information.
okay sorry, my fault

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);
        }
        if(
PlayerInfo[playerid][pBand] == 3)
        {
            new 
banstring[256];
            
format(banstring,sizeof(banstring),"AdmCmd: %s has been banned, reason: Attempting to log into a 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: 1 Guest(s)