SA-MP Forums Archive
[Ajuda] Debug no servidor - 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] Debug no servidor (/showthread.php?tid=663795)



Debug no servidor - broberto28 - 11.02.2019

Boa tarde amigos, estou com um problema no meu servidor, do nada aparece um debug no executavel do servidor, mas nao desliga nem nada..

Estou a pensar que estб ligado a um outro problema que estou tendo, que й quando um player usa um comando de adm nao aparece para ele comando invalido, simplesmente nгo aparece nada..

Nao sei como consertar isso. Enfim, segue o server log..
Desde ja agradeзo a ajuda.

Quando abre o servidor:
Quote:

[20:05:19] [debug] Run time error 4: "Array index out of bounds"
[20:05:19] [debug] Accessing element at index 299 past array upper bound 298
[20:05:19] [debug] AMX backtrace:
[20:05:19] [debug] #0 00046380 in public SS_OnGameModeInit () from SCRPG.amx
[20:05:19] [debug] #1 00013018 in public Itter_OnGameModeInit () from SCRPG.amx
[20:05:19] [debug] #2 native CallLocalFunction () [004743b0] from samp-server.exe
[20:05:19] [debug] #3 00012514 in public ScriptInit_OnGameModeInit () from SCRPG.amx
[20:05:19] [debug] #4 000114fc in public zcmd_OnGameModeInit () from SCRPG.amx
[20:05:19] [debug] #5 native CallLocalFunction () [004743b0] from samp-server.exe
[20:05:19] [debug] #6 0000dd7c in public SSCANF_OnGameModeInit () from SCRPG.amx
[20:05:19] [debug] #7 00000580 in public OnGameModeInit () from SCRPG.amx

E COM O SERVIDOR EM EXECUЗГO:

Quote:

[20:38:05] [debug] Run time error 4: "Array index out of bounds"
[20:38:05] [debug] Accessing element at index 9 past array upper bound 5
[20:38:05] [debug] AMX backtrace:
[20:38:05] [debug] #0 000aef18 in public Clima () from SCRPG.amx

Valeu turma


Re: Debug no servidor - ipsLuan - 11.02.2019

Vocк tem que olhar essas callbacks aн que o console informou para verificar o erro!


Re: Debug no servidor - RenanMsV - 11.02.2019

array out of bounds significa que voce estб se referindo a uma array com um index que ela nгo possui.

se uma array[30] tem 30 espaзos e voce tentar ler o valor array[40] vai dar esse erro.