[Ajuda] Ajuda aki com sscanf
#7

Tente isto:
pawn Код:
CMD:x9(playerid, params[])
{
    static
        giveplayerid,
        Motivo[128]
    ;
   
    giveplayerid = 0, Motivo[0] = '\0';
   
    if(sscanf(params, "us[128]", giveplayerid, Motivo))
        return SendClientMessage(playerid, RED, "Erro: /x9 [ID] [Motivo]");
   
    if(!IsPlayerConnected(giveplayerid) || giveplayerid == playerid)
        return SendClientMessage(playerid, RED, "Player nгo conectado ou й vocк mesmo.");
       
    format(gString, sizeof(gString), "[DENUNCIA]: %s Denunciou o Jogador %s Pelo Motivo: %s", (GetPlayerName(playerid, gAdminName, 24), gAdminName), (GetPlayerName(giveplayerid, gAdminName, 24), gAdminName), Motivo);
   
    static
        Interador,
        MaxPlayer
    ;
   
    for(Interador = 0, MaxPlayer = GetMaxPlayers(); Interador != MaxPlayer; ++Interador){
        if(Informacoes[Interador][PlayerAdmin] >= 1){
            SendClientMessage(Interador, RED, gString);
        }
    }
    return true;
}
Reply


Messages In This Thread
Ajuda aki com sscanf - by Gleisson_. - 01.12.2012, 17:06
Re: Ajuda aki com sscanf - by ForT - 01.12.2012, 17:13
Re: Ajuda aki com sscanf - by Gleisson_. - 01.12.2012, 17:16
Re: Ajuda aki com sscanf - by FeelLikeASir_ - 01.12.2012, 17:16
Re: Ajuda aki com sscanf - by ForT - 01.12.2012, 17:19
Re: Ajuda aki com sscanf - by Gleisson_. - 01.12.2012, 17:23
Re: Ajuda aki com sscanf - by zSuYaNw - 01.12.2012, 17:24
Re: Ajuda aki com sscanf - by Gleisson_. - 01.12.2012, 17:30
Re: Ajuda aki com sscanf - by FeelLikeASir_ - 01.12.2012, 17:38
Re: Ajuda aki com sscanf - by Gleisson_. - 01.12.2012, 17:48

Forum Jump:


Users browsing this thread: 4 Guest(s)