10.05.2012, 00:35
Baixei um GM legal mais o morro ta bugado , quando vai dominar diz que nгo estб em territorio sendo q estб ! O Criador do GM deixou um aviso de onde se encontra o BUG alguem poderia arrumar para mim ? Nгo sei desbugar ainda sou iniciante nisso.
HTML Code:
// ============================================================================= Sistema de Guerra Morro Bugado // 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]); } } } // =============================================================================