Portal SAMP
[Ajuda] GM NAO CARREGA || RUN TIME ERRO 19 - 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] GM NAO CARREGA || RUN TIME ERRO 19 (/showthread.php?tid=4437)



GM NAO CARREGA || RUN TIME ERRO 19 - Chico_Bukkake - 21/01/2024

Não consigo identificar o erro, é um código muito simples de tela de login. Parece ser um erro bobo, o servidor nao inicia e diz que nao existe. 

[Imagem: huh.png] [Imagem: huh.png] Undecided Undecided


Obs: Código completo no Anexo


___________________________________________________________________________________________________________________________________________




----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

filterscripts = ""  (string)

Server Plugins
--------------
Loading plugin: crashdetect
  CrashDetect plugin 4.21
  Loaded.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
  Loaded 0 filterscripts.

[debug] Run time error 19: "File or function is not found"
[debug]  SSCANF_Init
[debug]  SSCANF_IsConnected
[debug]  SSCANF_Join
[debug]  SSCANF_Leave
[debug]  SSCANF_TextSimilarity
[debug] Run time error 19: "File or function is not found"
[debug]  SSCANF_Init
[debug]  SSCANF_IsConnected
[debug]  SSCANF_Join
[debug]  SSCANF_Leave
[debug]  SSCANF_TextSimilarity
Script[gamemodes/Bizzera.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0



RE: GM NAO CARREGA || RUN TIME ERRO 19 - White_Blue - 21/01/2024

Instale o vcredist.

https://github.com/abbodi1406/vcredist/releases/download/v0.77.0/VisualCppRedist_AIO_x86_x64_77.zip


RE: GM NAO CARREGA || RUN TIME ERRO 19 - Calasans - 21/01/2024

(21/01/2024 04:28)Chico_Bukkake Escreveu:
Não consigo identificar o erro, é um código muito simples de tela de login. Parece ser um erro bobo, o servidor nao inicia e diz que nao existe. 

[Imagem: huh.png] [Imagem: huh.png] Undecided Undecided


Obs: Código completo no Anexo


___________________________________________________________________________________________________________________________________________




----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

filterscripts = ""  (string)

Server Plugins
--------------
Loading plugin: crashdetect
  CrashDetect plugin 4.21
  Loaded.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
  Loaded 0 filterscripts.

[debug] Run time error 19: "File or function is not found"
[debug]  SSCANF_Init
[debug]  SSCANF_IsConnected
[debug]  SSCANF_Join
[debug]  SSCANF_Leave
[debug]  SSCANF_TextSimilarity
[debug] Run time error 19: "File or function is not found"
[debug]  SSCANF_Init
[debug]  SSCANF_IsConnected
[debug]  SSCANF_Join
[debug]  SSCANF_Leave
[debug]  SSCANF_TextSimilarity
Script[gamemodes/Bizzera.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

Esqueceu de carregar o plugin sscanf?


RE: GM NAO CARREGA || RUN TIME ERRO 19 - xbruno1000x - 21/01/2024

Você precisa do plugin sscanf para carregar esse gamemode.

Caso não tenha:
https://github.com/Y-Less/sscanf/releases
(Será preciso recompilar com a include da última versão caso você baixe do link acima)


RE: GM NAO CARREGA || RUN TIME ERRO 19 - Chico_Bukkake - 21/01/2024

Muito obrigado a todos, é um erro mt simples, mas, no tutorial que eu tava vendo o cara nao colocava o plugin no server.ctg, mt obrigado.