[Ajuda] bug /sequestrar
#2

Troque isso:
Quote:

if(GuSequestro[orgintegrante][QuantidadeSequestro] == SequestroVezes)
{
SendClientMessage(playerid, COLOR_GREY, "Sua organizaзгo ultrapassou o limite de sequestros por PayDay !");
return true;
}

Por isso:
pawn Код:
if(GuSequestro[orgintegrante][QuantidadeSequestro] == 1)
{
    SendClientMessage(playerid, COLOR_GREY, "Sua organizaзгo ultrapassou o limite de sequestros por PayDay !");
    return true;
}
E onde tem as funзхes no PayDay, zere a variбvel, setando 0.
Reply


Messages In This Thread
bug /sequestrar - by HHwilliamHH - 26.02.2014, 22:01
Re: bug /sequestrar - by Bruno13 - 27.02.2014, 02:20

Forum Jump:


Users browsing this thread: 1 Guest(s)