Banned and still can play
#4

Quote:
Originally Posted by TheSimpleGuy
Посмотреть сообщение
Sometimes
______________
How do I range ban lol sorry for noobness
Usualy Range ban works easly by cmd /rban but i dunno if u have that


Im using dcmd so this is the cmd for me:

PHP код:
dcmd_rban(playerid,params[])
{
    if(
AccInfo[playerid][LoggedIn] == 1)
    {
        if(
AccInfo[playerid][Level] >= 4)
        {
            new 
ip[128], Index;
            new 
tmp[256];  tmp  strtok(params,Index);
            new 
tmp2[256]; tmp2 strtok(params,Index);
            
            if(!
strlen(params)) return
            
SendClientMessage(playeridLIGHTBLUE2"Usage: /rban [PlayerID] [Reason]") &&
            
SendClientMessage(playeridorange"Function: Will Range Ban the specified player");
            if(!
strlen(tmp2)) return
            
SendClientMessage(playeridred"ERROR: Reason unspecified!");
            new 
player1;
            new 
string[128];
            new 
playername[MAX_PLAYER_NAME];
             new 
adminname [MAX_PLAYER_NAME];
            
player1 strval(tmp);
             if(
IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID && player1 != playerid && (AccInfo[player1][Level] != ServerInfo[MaxAdminLevel]))
             {
                
GetPlayerName(player1playernamesizeof(playername));
                
GetPlayerName(playeridadminnamesizeof(adminname));
                new 
year,month,daygetdate(yearmonthday);
                new 
hour,minuite,secondgettime(hour,minuite,second);
                
SendCommandToAdmins(playerid,"RBan");
                
format(string,sizeof(string),"|- %s has been Range Banned by Administrator %s | Reason: %s [Date: %d/%d/%d] [Time: %d:%d] -|",playername,adminname,params[2],day,month,year,hour,minuite);
                
SendClientMessageToAll(lightred,string);
                new 
str[128];
                
format(str,sizeof(str),"%s has been Range Banned by Administrator %s | Reason: %s",playername,adminname,params[2]);
                
SaveIn("BanLog",str);
                print(string);
                if(
udb_Exists(PlayerName2(player1)) && AccInfo[player1][LoggedIn] == 1)
                
dUserSetINT(PlayerName2(player1)).("Banned",1);
                
GetPlayerIp(player1,ip,sizeof(ip));
                
strdel(ip,strlen(ip)-2,strlen(ip));
                
format(ip,128,"%s**",ip);
                
format(ip,128,"banip %s",ip);
                
SendRconCommand(ip);
                return 
1;
            }
            else return 
ErrorMessages(playerid3);
        }
        else return 
ErrorMessages(playerid1);
    }
    else return 
SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands");

Reply


Messages In This Thread
Banned and still can play - by TheSimpleGuy - 16.05.2014, 16:00
Re: Banned and still can play - by Lordzy - 16.05.2014, 16:08
Re: Banned and still can play - by TheSimpleGuy - 16.05.2014, 16:59
Re: Banned and still can play - by weedxd - 16.05.2014, 17:19
Re: Banned and still can play - by TheSimpleGuy - 16.05.2014, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)