SA-MP Forums Archive
[Ajuda] Problema no comando /at - 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] Problema no comando /at (/showthread.php?tid=594265)



Problema no comando /at - M4h4V4ilo - 15.11.2015

Bom Dia

Pessoal tem um erro no comando /at que nгo estou conseguindo resolver, eu vo mostrar as prints dos erros e a print do comando:

Erros:

http://i.imgur.com/lRYovmy.png


Comando:

http://i.imgur.com/9xPvhwA.png


Re: Problema no comando /at - cicinho - 15.11.2015

Altere a variбvel
Code:
new MudarNick;
para:
Code:
new MudarNick[MAX_PLAYERS];



Re: Problema no comando /at - igorcruz - 15.11.2015

Substitua "new MudarNick;" por new MudarNick[MAX_PLAYERS];






Re: Problema no comando /at - M4h4V4ilo - 15.11.2015

os 4 erros continua, mais agr esta na linha 5996 do comando /mudarnick

Prints:

http://i.imgur.com/WSIVUnx.png

http://i.imgur.com/VyDN17r.png


Re: Problema no comando /at - igorcruz - 15.11.2015

Troque esta variбvel
Quote:

new Linhas[1000], APlayerData[50];

Por esta:
Quote:

new Linhas[1000], APlayerData[MAX_PLAYERS][50];