28/12/2024 11:15
(Esta mensagem foi modificada pela última vez a: 28/12/2024 11:34 por therinhodzn.)
Poderia me informar onde devo colocar esse debug? Isso ocorre sempre com a callback 'onPlayerDisconnect'. Essa callback é chamada mesmo quando ninguém está se desconectando do servidor, e é chamada em tempos aleatórios
Exemplo: 1 hora após o servidor ser iniciado (e eu estou sozinho no servidor no momento)
Servidor iniciado às 01:36:30
Callback chamada sozinha às 02:32:43
Removi a hook 'onPlayerDisconnect' do modulo 'login.inc'. Após a remoção, o índice mudou para 20284 e a hook agora está sendo chamada em outro módulo que também contém 'onPlayerDisconnect'.
Exemplo: 1 hora após o servidor ser iniciado (e eu estou sozinho no servidor no momento)
Servidor iniciado às 01:36:30
Callback chamada sozinha às 02:32:43
Removi a hook 'onPlayerDisconnect' do modulo 'login.inc'. Após a remoção, o índice mudou para 20284 e a hook agora está sendo chamada em outro módulo que também contém 'onPlayerDisconnect'.
Código:
----------------------------------
[01:36:30] Server Starting Spot Successfully!
[01:36:30] ----------------------------------
[01:36:30] Number of vehicle models: 0
[01:37:04] [connection] 127.0.0.1:52342 requests connection cookie.
[01:37:05] [connection] incoming connection: 127.0.0.1:52342 id: 0
[01:37:05] [join] MaCk has joined the server (0:127.0.0.1)
[02:32:43] [debug]
[02:32:43] [debug] Parameter count corrections:
[02:32:43] [debug]
[02:32:43] [debug] The 1st mangled arguments (e.g. `<1073741823 arguments>`) below should read `<2 arguments>`
[02:32:43] [debug] Parameter count loop detected.
[02:32:43] [debug]
[02:32:43] [debug] Run time error 4: "Array index out of bounds"
[02:32:43] [debug] Attempted to read/write array element at index 20284 in array of size 300
[02:32:43] [debug] AMX backtrace:
[02:32:43] [debug] #0 0002ef14 in _@yHOnPlayerDisconnect@05 (playerid=20284, reason=0) at ..\Dependencias\Global\Acessorios.inc:70
[02:32:43] [debug] #1 0001bc78 in public ScriptInit_OnPlayerDisconnect (20284, 0) at C:\Users\gabri\OneDrive\ rea de Trabalho\Samp Servers\RJ ACADEMY\pawno\include\YSI-Includes\YSI_Coding\y_hooks\..\y_cgen\y_cgen_impl.inc:157
[02:32:43] [debug] #2 0000b7ac in public Android_OnPlayerDisconnect (playerid=20284, reason=0) at C:\Users\gabri\OneDrive\ rea de Trabalho\Samp Servers\RJ ACADEMY\pawno\include\YSI-Includes\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\../y_utils/y_utils_ip.inc:115
[02:32:43] [debug] #3 00009864 in public Iter_OnPlayerDisconnect (playerid=20284) at C:\Users\gabri\OneDrive\ rea de Trabalho\Samp Servers\RJ ACADEMY\pawno\include\YSI-Includes\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\..\..\YSI_Players\y_android\y_android_entry.inc:148