[Ajuda] Colocar comando /imo para governo
#8

Esse if(OnDuty[playerid] != 1) n esta deixando voce usar, para ele o governo tem q bater cartao
vo te da algumas escolhas. Ou vc cria um comando pro governo ex /trabalhar

pawn Код:
(cmd, "/trabalhar", true) == 0)
    {
        if(PlayerInfo[playerid][pJailed] != 0)
        {
            SendClientMessage(playerid,COLOR_YELLOW," Vocк nгo pode trabalhar preso!");
            return 1;
        }
        if(IsPlayerConnected(playerid))
        {
            GetPlayerName(playerid, sendername, sizeof(sendername));
            if(IsAGOV(playerid))
                {
                    if(OnDuty[playerid]==0)
                    {
   
                                                SendClientMessage(playerid,-1, Vocк esta trabalhando);
                        OnDuty[playerid] = 1;
                    }
                    else if(OnDuty[playerid]==1)
                    {
                                               SendClientMessage(playerid,-1, Vocк terminou o serviзo);
                        OnDuty[playerid] = 0;
               
                    }
                }
            }
        return true;
    }
Esse Comando й especial pro governo, ou vc coloca no /batercartao vai ter la if(IsACop(playerid)) ai vc coloca o IsAGOV if(IsACop(playerid) || IsAGOV(playerid))
Tambem tem: VOcк pode tirar esse OnDuty do /imo ou vc arruma um jeito so dos cop bater cartao para usar saco?
Tipo:
pawn Код:
If(IsACop(playerid))
{
     if(OnDuty[playerid] = 0);
   {
      SendCLientMessage(playerid, -1,"Vocк nгo bateu cartгo");
      return 1;
}
}
Sabe onde colocar isso nйh? no lugar do OnDuty Ve se funfa se n funfa ve oque vc prefere fazer.
Reply


Messages In This Thread
Colocar comando /imo para governo - by now_cifrao - 08.08.2012, 16:45
Re: (Ajuda) Colocar comando /imo para governo - by @Riichard - 08.08.2012, 16:47
Re: (Ajuda) Colocar comando /imo para governo - by Don_Speed - 08.08.2012, 16:51
Re: (Ajuda) Colocar comando /imo para governo - by Maklister - 08.08.2012, 19:02
Re: (Ajuda) Colocar comando /imo para governo - by now_cifrao - 08.08.2012, 22:36
Re: (Ajuda) Colocar comando /imo para governo - by Prompt - 08.08.2012, 23:44
Re: Colocar comando /imo para governo - by now_cifrao - 09.08.2012, 14:29
Re: Colocar comando /imo para governo - by Prompt - 09.08.2012, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)