[Ajuda] 1 Comando
#1

To Presisando De 1 Comando, /Membros, E Supostamente Iria Aparecer: Fulano_Cicrano (Id:1) Cargo: 1 Aspirante,
Cargo: 2 Sargento Cargo: 3 Tentente, Cargo 4: Super Membro, Cargo: 5 SUb-Lider, Cargo: 6 Lider.

Me Ajudem, Ja Usei O Search, Mais Nao Encontro.

Vlw.
Reply
#2

Precisamos da variavel para identificar se um jogador й membro ou nгo. Mas irei te dar um exemplo:

PHP код:
public OnPlayerCommadTextplayeridcmdtext[])
{
    if(
strcmp(cmdtext"/membros"true) == 0)
    {
        for(new 
0MAX_PLAYERS++)
        {
            if(
VARIAVEL[i] == true)
            {
                new 
string[128];
                
GetPlayerName(istring24);
                if(
Cargo[i] == 6) { format(string, , "%s [ID %d]: Cargo 6 - Lider"stringi);
                else if(
Cargo[i] == 5) { format(string, , "%s [ID %d]: Cargo 5 - Sub-Lider"stringi);
                else if(
Cargo[i] == 4) { format(string, , "%s [ID %d]: Cargo 4 - Super Membro"stringi);
                else if(
Cargo[i] == 3) { format(string, , "%s [ID %d]: Cargo 3 - Tenente"stringi);
                else if(
Cargo[i] == 2) { format(string, , "%s [ID %d]: Cargo 2 - Sargento"stringi);
                else if(
Cargo[i] == 1) { format(string, , "%s [ID %d]: Cargo 1 - Aspirante"stringi);
                
SendClientMessage(playerid0xFFFF00FFstring);
            }
        }
        return 
1;
    }
    return 
0;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)