[Pedido] HIERARQUIA MODO FACЗГO
#4

Eu fiz o que eu entendi...

PHP код:
CMD:seila(playerid)
{
    new 
string[200], string2[200];
    for(new 
cMAX_PLAYERS; ++c)
    {
        if(
Player[i][pFrente] == || Player[i][pGerente] == || Player[i][pVapor] == || Player[i][pFogueteiro] == 1)
        {
            
format(string200"ID: %d ... Nome: %s ... Cargo: %s"iPlayerName(i), PlayerCargo(i));
            
strcat(string2string);
        }
    }
    
ShowPlayerDialog(playerid666DIALOG_STYLE_MSGBOX"Sei la"string2"Ok""");
    return 
1;
}
PlayerName(playerid)
{
    new 
nome[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnomeMAX_PLAYER_NAME);
    return 
nome;
}
PlayerCargo(playerid)
{
    new 
str[20];
    if(
Player[playerid][pFrente])
    {
        
str "Frente";
    }
    else if(
Player[playerid][pGerente])
    {
        
str "Gerente";
    }
    else if(
Player[playerid][pVapor])
    {
        
str "Vapor";
    }
    else if(
Player[playerid][pFogueteiro])
    {
        
str "Fogueteiro";
    }
    return 
1;

Reply


Messages In This Thread
HIERARQUIA MODO FACЗГO - by Dimbalada - 30.05.2017, 13:51
Re: HIERARQUIA MODO FACЗГO - by zCyan - 30.05.2017, 14:01
Re: HIERARQUIA MODO FACЗГO - by Dimbalada - 30.05.2017, 14:18
Re: HIERARQUIA MODO FACЗГO - by IlanZ - 30.05.2017, 20:43
Re: HIERARQUIA MODO FACЗГO - by Dimbalada - 30.05.2017, 21:02
Re: HIERARQUIA MODO FACЗГO - by Dimbalada - 31.05.2017, 02:52

Forum Jump:


Users browsing this thread: 1 Guest(s)