[Ajuda] profissao
#2

Faзa por enum, exemplo;

pawn Код:
enum pInfo
{
Profissao
}

new PlayerInfo[MAX_PLAYERS][pInfo];


public OnPlayerCommandText(playerid, cmdtext[])
    if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
    {
    if(PlayerInfo[playerid][Profissao] == TAXISTA)
    {
    SendClientMessage(playerid,cor_cinza,"Ola parabens voce й taxista e dirigi um taxi");
    }
    else
    {
    SendClientMessage(playerid,cor_cinza,"Vocк nгo й taxista e nгo pode usar este comando");
    }
    return 1;
    }
Reply


Messages In This Thread
profissao - by Matei123 - 31.05.2015, 00:15
Re: profissao - by LockedLucas - 31.05.2015, 00:20
Re: profissao - by Matei123 - 31.05.2015, 13:20
Re: profissao - by ipsLuan - 31.05.2015, 13:49
Re: profissao - by LockedLucas - 31.05.2015, 15:03
Re: profissao - by Matei123 - 01.06.2015, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)