[Ajuda] /servico mecanico
#2

pawn Код:
if(strcmp(cmd, "/bcmec", true) == 0)
    {
        if(IsAMec(playerid))
        {
            if(PlayerToPoint(3,playerid,1466.7955,-2226.0144,13.5469))
              {
                if(EmpregoDuty[playerid] == 1)
                {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "* Agora Vocк Estб De Folga, e nгo receberб chamados!");
                    EmpregoDuty[playerid] = 0;
                    Mechanics -= 1;
                }
                else
                {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "* Agora vocк estб de plantгo como mecвnico e irб receber chamadas de pessoas que precisam.");
                    EmpregoDuty[playerid] = 2;
                    SetPlayerSkin(playerid,50);
                    new name[MAX_PLAYER_NAME];
                    GetPlayerName(playerid, name, MAX_PLAYER_NAME);
                    format(string, sizeof(string), "[Anuncio] O Mecвnico %s estб em servico, /servico mecanico.", name);
                    OOCNews(0x2993EDAA,string);
                    Mechanics += 1;
                    }
                }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD2, "   Vocк nгo estб perto da garagem !");
                    return true;
                }
        }
    }
Reply


Messages In This Thread
/servico mecanico - by HHwilliamHH - 26.02.2014, 11:10
Re: /servico mecanico - by brunox - 26.02.2014, 13:19

Forum Jump:


Users browsing this thread: 2 Guest(s)