Need /unban Command
#2

pawn Код:
if (strcmp(cmd, "/unban", true)==0)
    {
        if ((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >= 1337)
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /unban [PlayerName]");
                return 1;
            }
            GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
            GetPlayerName(playerid, sendername, sizeof(sendername));
            format(string, 256, "AdmWarning: %s has unbanned %s", sendername,tmp);
            ABroadCast(COLOR_YELLOW,string,1);
            format(string, 256, "AdmWarning: %s has unbanned %s", sendername,tmp);
            printf(string);
            format(string,sizeof(string),"%s.ini",tmp);
            fremove(string);
            SendClientMessage(playerid, COLOR_GRAD1, "Player Unbanned");
        }
        return 1;
    }
Reply


Messages In This Thread
Need /unban Command - by Dudits - 27.03.2010, 20:56
Re: Need /unban Command - by Razvann - 27.03.2010, 21:02
Re: Need /unban Command - by Dudits - 28.03.2010, 01:11
Re: Need /unban Command - by woot - 28.03.2010, 01:35
Re: Need /unban Command - by Dudits - 28.03.2010, 01:39
Re: Need /unban Command - by DRIFT_HUNTER - 28.03.2010, 02:57
Re: Need /unban Command - by Dudits - 28.03.2010, 10:01
Re: Need /unban Command - by woot - 28.03.2010, 10:10
Re: Need /unban Command - by Jay420 - 30.03.2010, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)