Portal SAMP
[Ajuda] sampctl - está dando erro com o (long_call_time) na pawn.json. - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] sampctl - está dando erro com o (long_call_time) na pawn.json. (/showthread.php?tid=1973)



sampctl - está dando erro com o (long_call_time) na pawn.json. - MatheuzPatoo - 21/12/2021


Se eu tiro o long_call_time da pawn.json o seguinte erro aparece:


Código PHP:
INFOPackage does not have any tagsconsider versioning your code with: `sampctl package release`
C:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_cell_impl.inc:642 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_cell_impl.inc:671 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_cell_impl.inc:738 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_cell_impl.inc:763 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2058 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2058 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2058 (warninglocal variable "z" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2082 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2082 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2082 (warninglocal variable "z" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2119 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2119 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Core\y_core\y_utils_impl.inc:2119 (warninglocal variable "z" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\amx_assembly\opcode.inc:669 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\amx_assembly\disasm.inc:236 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_impl.inc:698 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_impl.inc:698 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_impl.inc:703 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_va\y_va_impl.inc:703 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_cgen\y_cgen.inc:109 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_cgen\y_cgen.inc:109 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Coding\y_cgen\y_cgen.inc:109 (warninglocal variable "z" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Data\y_foreach\y_foreach_iterators.inc:717 (warninglocal variable "x" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Data\y_foreach\y_foreach_iterators.inc:717 (warninglocal variable "y" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\dependencies\YSI-Includes\YSI_Data\y_foreach\y_foreach_iterators.inc:717 (warninglocal variable "z" shadows a variable at a preceding level
C
:\Users\Matheus\Desktop\a\gamemodes\guerragm.pwn:20 (errorsymbol already defined"Indirection_OnGameModeInit" 

Se eu coloco o long_call_time npawn.json o seguinte erro aparece:

Código PHP:
ERRORfailed to interpret directory as Pawn packagefailed to read package definitionfailed to load configuration from '\Desktop\a\pawn.json'jsonunknown field "long_call_time" 
Estou confuso agr :b





RE: sampctl - está dando erro com o (long_call_time) na pawn.json. - SrBlue - 24/12/2021

remova o long_call_time, ele serve somente para o crashdetect, e se deve utilizar para verificar o tempo de acesso a função algun loop/função
exemplo

for( new i.... i++);

se o loop exercer tal tempo x, exemplo 5000 ( 5 segundos ) se da warning de long call...

os erros (warning) se dão devido ter variáveis já pré criadas na gamemode, e sendo recriadas nas includes, recomendo que mude-as ( da sua gm ),
lembrando que o OnGamemodeInit não precisas de forward!!

obs: se não resolver tente atualizar ou fazer downgrade do seu YSI!!