SA-MP Forums Archive
[Ajuda] error 048 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] error 048 (/showthread.php?tid=468986)



error 048 - shittt - 11.10.2013

Estou com este error error 048: array dimensions do not match....

Ja tive varios como este mais nгo consigo arrumar esse... Alguem pode observar e Me dizer oque e que ta errado ? Obrigado pela atenзгo , Olha o code:

pawn Код:
new t = PlayerInfo[playerid][pTorcidas];
    if(text[0] == '!' && t > 0)
    {
        new str[200];
        new cor[40];
        format(cor,40,"%s",Torcidas[t][tCor]);
        format(str,200,"[Chat %s] %s (%d): {FFFFFF}%s", Torcidas[t][tNome], Nome(playerid), playerid, text[1]);
        SendMessageToTorc(t, Torcidas[t][tCor], str);
        return 0;
    }



Re: error 048 - PT - 11.10.2013

pode especificar em que linha й?


Re: error 048 - shittt - 11.10.2013

Quote:
Originally Posted by PT
Посмотреть сообщение
pode especificar em que linha й?
sim claro aqui
Код:
SendMessageToTorc(t, Torcidas[t][tCor], str);



Re: error 048 - N3XTMapper - 11.10.2013

Existe Essa linha ?

SendMessageToTorc


Re: error 048 - PT - 11.10.2013

tenta

pawn Код:
SendMessageToTorc(playerid, Torcidas[t][tCor], str);