[Ajuda]Sscanf e string.
#2

Tente, ssу fiz um o outro vc consegue
pawn Код:
CMD:listanegra(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 1)//bani
    {
        if(sscanf(params, "s<MAX_PLAYER_NAME>", params[0]))
        return SendClientMessage(playerid,COLOR_GRAD1,"USE: /listanegra [Nick]");
        new file[60];
        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!!!");
        }
        else
        {
            dini_Create(file);
            Kick(params[0]);
            SendClientMessage(playerid,COLOR_GRAD1,"Jogador banido com sucesso");
            return true;
        }
    }
    return true;
}
se n der o paramtreo s troque por u somente mas acho q funcionara assim
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: 1 Guest(s)