SA-MP Forums Archive
[Ajuda] Plugin erro - 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] Plugin erro (/showthread.php?tid=664208)



Plugin erro - Mark009 - 21.02.2019

O meu servidor apresente o seguinte erro ao iniciar:

Script[gamemodes/nomedogm.amx]: Run time error 19: "File or function is not found"

Quando adiciono o plugin crashdetect no server.cfg, o servidor inicia corretamente. O que pode ser?

Nгo estou utilizando a include do plugin citado acima, os que realmente uso sгo: log-plugin mysql sscanf CTime MapAndreas streamer


Re: Plugin erro - IsaacAsimov - 21.02.2019

utilize o nativechecker para verificar qual funзгo estб faltando


Re: Plugin erro - ipsLuan - 21.02.2019

Deixa o crashdetect no server.cfg entгo, uй.
Brincadeiras а parte, vocк deve usar nativechecker (no inнcio de tudo) para verificar o que estб causando este erro.


Re: Plugin erro - RenanMsV - 21.02.2019

Use o native checker, assim:

Quote:

IMPORTANT: In order to make it work correcly you must put it in the end of the plugins line of your server.cfg so it will be the last one, e.g. plugins sscanf streamer nativechecker.

Deve ser colocado como ultimo plugin na lista.

https://sampforum.blast.hk/showthread.php?tid=249226


Re: Plugin erro - Mark009 - 21.02.2019

O que passou a ser mostrado com a utilizaзгo do plugin em questгo:

pawn Код:
Error: Function not registered: 'PrintBacktrace'
Script[gamemodes/PVRPG-04-02-2019.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Pesquisei e encontrei pessoas com o mesmo problema: https://forum.sa-mp.com/showpost.php...19&postcount=4

#Edit

Descobri que o que causa o problema й a include progress2, porйm somente na versгo: v2.2.0. Hб soluзгo?


Re: Plugin erro - ipsLuan - 21.02.2019

Quote:
Originally Posted by RenanMsV
Посмотреть сообщение
Use o native checker, assim:


Deve ser colocado como ultimo plugin na lista.

https://sampforum.blast.hk/showthread.php?tid=249226
Vocк estб certo!
Confundi nativechecker com crashdetect.

Grato pela correзгo!

Quote:
Originally Posted by Mark009
Посмотреть сообщение
O que passou a ser mostrado com a utilizaзгo do plugin em questгo:

pawn Код:
Error: Function not registered: 'PrintBacktrace'
Script[gamemodes/PVRPG-04-02-2019.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Pesquisei e encontrei pessoas com o mesmo problema: https://forum.sa-mp.com/showpost.php...19&postcount=4

#Edit

Descobri que o que causa o problema й a include progress2, porйm somente na versгo: v2.2.0. Hб soluзгo?
Use a versгo mais atual da include.
https://github.com/Southclaws/progress2


Re: Plugin erro - Mark009 - 21.02.2019

Quote:
Originally Posted by ipsLuan
Посмотреть сообщение
Vocк estб certo!
Confundi nativechecker com crashdetect.

Grato pela correзгo!



Use a versгo mais atual da include.
https://github.com/Southclaws/progress2
Mas aн que "tб", a versгo mais atual (v2.2.0) й justamente a que apresenta o erro. Na versгo anterior (v2.1.4), nгo acontece isso.


Re: Plugin erro - ipsLuan - 21.02.2019

Estranho!
Nunca vi este erro antes.
Porйm, use entгo a versгo antiga ou use uma dessas abaixo.

https://pastebin.com/esKhTeKf
https://pastebin.com/FNb2B8xf


Re: Plugin erro - Mark009 - 21.02.2019

Quote:
Originally Posted by ipsLuan
Посмотреть сообщение
Estranho!
Nunca vi este erro antes.
Porйm, use entгo a versгo antiga ou use uma dessas abaixo.

https://pastebin.com/esKhTeKf
https://pastebin.com/FNb2B8xf
Pelo que tudo indica, esses links que vocк passou tratam-se de editores UI design.

Pelo jeito, terei que volta a usar a antiga versгo.