SA-MP Forums Archive
[ajuda]lideres com ID - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda]lideres com ID (/showthread.php?tid=172080)



[ajuda]lideres com ID - Gabriel_Halls - 28.08.2010

bom nгo estou consegui colocar no /lideres para aparece o ID tambйm so consegui por pra o telefone
ajuda.
pawn Код:
if (strcmp(cmd,"/Lideres",true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            SendClientMessage(playerid,COLOR_RED,"|--|Lideres Online:|--|");
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[i][pLider] == 1)
                    {
                        GetPlayerName(i,sendername,sizeof(sendername));
                        format(string,256,"Lider: %s(Polнcia Militar) Telefone: %d [%d] ",sendername, PlayerInfo[i][pPnumber][playerid]);
                        SendClientMessage(playerid,COP_COLOR,string);



Re: [ajuda]lideres com ID - SuB_ZeRo0_ - 28.08.2010

Nгo seria:
pawn Код:
GetPlayerName(i,sendername,sizeof(sendername));
format(string,256,"Lider: %s(Polнcia Militar) Telefone: %d [%d] ",sendername, PlayerInfo[i][pPnumber],i);
SendClientMessage(playerid,COP_COLOR,string);
Nгo entendi muito o que vocк fez lб no final.
Qualquer coisa me avise.
E vocк tem sendername definido?


Re: [ajuda]lideres com ID - Marco_Nutz - 28.08.2010

Tenta isso:

pawn Код:
if (strcmp(cmd,"/lideres",true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            SendClientMessage(playerid,COR_LIGHTGREEN,"<BWL>=====Lideres On‌line=====<BWL>|");
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[i][pLider] == 1)
                    {
                     format(string, 256,"[ID:%d]",i);
                     format(string, 256,"%s Lider: %s(Polнcia Militar) Telefone: %d [%d] ",string,sendername, PlayerInfo[i][pPnumber]);
                     SendClientMessage(playerid,COP_COLOR,string);
EDIT: Parece meio estranho, mas, qndo botei tudo numa frase sу duma vez q tentei fazer, n funfo...


Re: [ajuda]lideres com ID - Gabriel_Halls - 28.08.2010

Funcionou certinho vlw.


Re: [ajuda]lideres com ID - Marco_Nutz - 28.08.2010

^^.
Disponha.