[Ajuda]Sscanf e string.
#4

й pra ser
----------------------------------------------------------------------------------------------------------------
[S]trong's Version

pawn Код:
CMD:listanegra(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 1)//bani
    {
        if(!params) return SendClientMessage(playerid,COLOR_GRAD1,"USE: /listanegra [Nick]");
       
        new
            file[60],
            Nam[21];
           
        format(file, sizeof(file), "/listaN/%s.ini", params[0]);
        if(fexist(file)) return SendClientMessage(playerid,COLOR_GRAD1,"Este nick ja esta em nossa lista negra!!!");
       
        for(new x = 0,sz = GetMaxPlayers(); x != sz; x++)
        {
            if(IsPlayerConnected(x))
            {
                GetPlayerName(x,Nam,sizeof(Nam));
                if(strcmp(params,Nam,false) == 0)
                {
                    Ban(x);
                    break;
                }
            }
        }
        dini_Create(file);
        SendClientMessage(playerid,COLOR_GRAD1,"Jogador banido com sucesso");
        return true;
    }
    return true;
}
Reply


Messages In This Thread
[Ajuda]Sscanf e string. - by Sergio_MOW - 26.08.2011, 02:15
Re: [Ajuda]Sscanf e string. - by TiagoPS - 26.08.2011, 02:27
Re: [Ajuda]Sscanf e string. - by Sergio_MOW - 26.08.2011, 02:29
Re: [Ajuda]Sscanf e string. - by TiagoPS - 26.08.2011, 02:32
Re: [Ajuda]Sscanf e string. - by Sergio_MOW - 26.08.2011, 02:45

Forum Jump:


Users browsing this thread: 3 Guest(s)