[Ajuda] profissao
#4

PHP код:
enum Infos {
    
Job
};
new 
Dados[MAX_PLAYERS][Infos];
#define Desempregado     0
#define Taxista         1
#define Policial         2
command(meu_empregoplayerid) {
    if(
Dados[playerid][Job] == DesempregadoSendClientMessage(playerid, -1"[EMPREGO] Vocк nгo tem emprego!");
    if(
Dados[playerid][Job] == TaxistaSendClientMessage(playerid, -1"[EMPREGO] Vocк й taxista.");
    if(
Dados[playerid][Job] == PolicialSendClientMessage(playeridcolor"[EMPREGO] Vocк й um policial.");
    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: 3 Guest(s)