[Ajuda] 1 Comando
#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


Messages In This Thread
[Ajuda] 1 Comando - by Tymer - 06.07.2011, 09:33
Re: [Ajuda] 1 Comando - by Shadoww5 - 06.07.2011, 12:53

Forum Jump:


Users browsing this thread: 2 Guest(s)