[Ajuda] Caixinha de Presente
#8

pawn Код:
if(PlayerToPoint(2.0,playerid,386.5930,-2028.4550,7.8359) || PlayerToPoint(1.0,playerid,-2305.1135,150.0425,35.3125))
        {
            if(Online < 10) return SendClientMessage(playerid,-1,"o Server nгo atingiu o numero de players suficientes para pegar a Caixinha! (10 Players)");
            new DinheiroCaixinha = 1000 + random(20000);
            new RespeitoCaixinha = random(5);
            if(PlayerInfo[playerid][pCaixinha] == char)
            {
                SendClientMessage(playerid, COLOR_GRAD1, "Vocк pegou uma Caixinha hб pouco tempo, volte novamente apуs o prуximo salбrio!");
                return 1;
            }
            else
            {
                new string[128];
                PlayerInfo[playerid][pCaixinha] = char;
                format(string, sizeof(string), "Player: [%s] pegou uma Caixinha, %d de dinheiro e %d de respeito, Corra para Pegar a Sua !.",PlayerName(playerid),DinheiroCaixinha, RespeitoCaixinha);
                 SendClientMessageToAll(COR_COSA,string);
                 GivePlayerMoney(playerid, DinheiroCaixinha);
                PlayerInfo[playerid][pExp] += RespeitoCaixinha;
                SendClientMessage(playerid, COR_BALLAS, "{A020F0}Vocк ganhou uma caixinha de presente,volte novamento apуs o prуximo salбrio!");
                format(string, sizeof(string), "{A020F0}Na caixinha continha %d de dinheiro e %d de respeito !",
                 DinheiroCaixinha, RespeitoCaixinha);
                 SendClientMessage(playerid, COR_BALLAS, string);
            }
        }
Reply


Messages In This Thread
Caixinha de Presente - by igor97m - 08.06.2014, 15:41
Re: Caixinha de Presente - by MultiKill - 08.06.2014, 16:24
Respuesta: Caixinha de Presente - by igor97m - 10.06.2014, 21:16
Re: Caixinha de Presente - by WendeLKILL - 10.06.2014, 21:49
Respuesta: Caixinha de Presente - by igor97m - 11.06.2014, 01:42
Respuesta: Caixinha de Presente - by igor97m - 11.06.2014, 02:17
Respuesta: Caixinha de Presente - by igor97m - 15.06.2014, 13:37
Re: Caixinha de Presente - by ipsLuan - 15.06.2014, 14:44
Respuesta: Caixinha de Presente - by igor97m - 16.06.2014, 01:49
Re: Caixinha de Presente - by ipsLuan - 17.06.2014, 15:40

Forum Jump:


Users browsing this thread: 2 Guest(s)