[Ajuda]Sscanf e string.
#5

Uai, o do strong atй me embolei kk, quando eu for mais expert no Pawn eu uso o codigo dele kk, mas msm assim, thankz strong.

EDIT: Fiz o desban:
ta certo
pawn Код:
cmd(tirarlista,playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 1)//bani
    {
        if(sscanf(params, "s<MAX_PLAYER_NAME>", params[0]))
        return SendClientMessage(playerid,CINZA,"USE: /listanegra [Nick]");
        new file[60];
        format(file, sizeof(file), "listaN/%s.ini", params[0]);
        if(!fexist(file))
        {
            return SendClientMessage(playerid,CINZA,"Este nick nгo esta em nossa lista negra!!!");
        }
        else
        {
            new gayban[MAX_PLAYERS],string[128];
            GetPlayerName(params[0], gayban, sizeof(gayban));
            format(string, sizeof(string),"O administrador %s tirou o player %s a lista negra");
            SendClientMessageToAll(ERRO,string);
            dini_Remove(file);
            SendClientMessage(playerid,CINZA,"Jogador desbanido 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: 4 Guest(s)