01.12.2011, 15:06
quando chego no terirtoiro levo crash o bug ta aqui alguem ajuda
pawn Код:
Bug Morro Aqui
new NomeOrg2[MAX_ORG_NOME];
OrgTNome(1, NomeOrg2, MAX_ORG_NOME);
new NomeOrg3[MAX_ORG_NOME];
OrgTNome(2, NomeOrg3, MAX_ORG_NOME);
new NomeOrg8[MAX_ORG_NOME];
OrgTNome(5, NomeOrg8, MAX_ORG_NOME);
new NomeOrg9[MAX_ORG_NOME];
OrgTNome(15, NomeOrg9, MAX_ORG_NOME);
new NomeOrg10[MAX_ORG_NOME];
OrgTNome(19, NomeOrg10, MAX_ORG_NOME);
new NomeOrg11[MAX_ORG_NOME];
OrgTNome(18, NomeOrg11, MAX_ORG_NOME);
new NomeOrg12[MAX_ORG_NOME];
OrgTNome(23, NomeOrg12, MAX_ORG_NOME);
new NomeOrg13[MAX_ORG_NOME];
OrgTNome(13, NomeOrg13, MAX_ORG_NOME);
format(TRString,sizeof(TRString),"Pontuacao pelo ~r~dominio ~w~do~r~ Morro~w~~n~~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d ~n~ %s ~n~ Pontos: %d ~n~ %s ~n~Pontos: %d",NomeOrg2,MorroPontos[1],NomeOrg8,MorroPontos[5],NomeOrg9,MorroPontos[15],NomeOrg10,MorroPontos[19],NomeOrg11,MorroPontos[18],NomeOrg12,MorroPontos[23],NomeOrg13,MorroPontos[13],NomeOrg3,MorroPontos[2]);
TextDrawSetString(TMorroText[i], TRString);
if(AndreInfo[i][pPontos] <= 0)
{
TextDrawShowForPlayer(i, TMorroBox[i]);
TextDrawShowForPlayer(i, TMorroText[i]);
}
}
}