15.06.2014, 13:37
compilo sу que nгo esta funcionando!
PHP код:
new Online;
PHP код:
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);
}
}