[ajuda] erros
#8

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
Fiz esse exemplo de lideres online... Dк uma olhada
pawn Код:
if(!strcmp(cmd,"/exemplo",true)) //Comparaзгo de cmd = strtok(cmdtext,idx); com "/exemplo" se o player digitar o mesmo darб continuidade..
{
    for(new x, i = GetMaxPlayers(); x < i; x++)  //Loop para ver os Lideres Online...
    {
        if(ProgressaoInfo[x][pLider] >= 1)  //Se o caboclo for lider 1 ou maior que no caso sгo as orgs... dб continuidade...
        {
            new
                wiiStr[128],   //string nova
                wiiN[MAX_PLAYER_NAME]       //MAX_PLAYER_NAME = 24 cells
            ;

            GetPlayerName(x, wiiN, sizeof( wiiN )); //Aqui ele salva o nome do player 'x' em wiiN
            format(wiiStr, sizeof( wiiStr ), "%s",wiiN);  //Aqui й o format com uma %string com nome "wiiN"
            ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Lideres Online", wiiStr, "Ok", "");//Aqui mostra o dialog dos Lideres '-'
            return 1;
        }
        else
        {
            SendClientMessage(playerid, -1, "Nгo tem lideres online..");
        }
    }
    return 1;
}
Eu gosto de ajudar, e gosto quando os outros querem aprender e nгo tudo de bandeja. (:
desculpa.

A Presa E Inimiga da Perfeiзao.
Reply


Messages In This Thread
[ajuda] erros - by Don_Speed - 13.10.2011, 19:54
Re: ajuda urgente - by WLSF - 13.10.2011, 19:58
Re: ajuda urgente - by Don_Speed - 13.10.2011, 20:00
Re: ajuda urgente - by WLSF - 13.10.2011, 20:06
Re: ajuda urgente - by Don_Speed - 13.10.2011, 20:07
Re: ajuda urgente - by ceesar90 - 13.10.2011, 20:21
Re: ajuda urgente - by WLSF - 13.10.2011, 20:25
Re: ajuda urgente - by Don_Speed - 13.10.2011, 21:17

Forum Jump:


Users browsing this thread: 2 Guest(s)