SA-MP Forums Archive
[Ajuda] "File or function is not found" - 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] "File or function is not found" (/showthread.php?tid=631261)



"File or function is not found" - iTouchS - 26.03.2017

Estou criando um sistema de logins em MySQL (SQL), porem ele compila normalmente mas quando abro o console ele da a seguinte log: jб tentei corrigir de todas as maneiras possнveis que conheзo, estou considerando invocar o espirito do ******

Код:
----------
Loaded log file: "server_log.txt".
----------

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

[22:22:10] filterscripts = ""  (string)
[22:22:10] 
[22:22:10] Server Plugins
[22:22:10] --------------
[22:22:10]  Loading plugin: mysql.dll
[22:22:10]  >> plugin.mysql: R41-2 successfully loaded.
[22:22:10]   Loaded.
[22:22:10]  Loaded 1 plugins.

[22:22:10] 
[22:22:10] Filterscripts
[22:22:10] ---------------
[22:22:10]   Loaded 0 filterscripts.

[22:22:10] Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"
[22:22:10] Number of vehicle models: 0



Programando e Relaxando! - RazorGuigo - 26.03.2017

Use crashdetect para saber qual arquivo ou funзгo estб faltando!


Re: "File or function is not found" - Luiiiz - 26.03.2017

Quote:
Originally Posted by iTouchS
Посмотреть сообщение
Estou criando um sistema de logins em MySQL (SQL), porem ele compila normalmente mas quando abro o console ele da a seguinte log: jб tentei corrigir de todas as maneiras possнveis que conheзo, estou considerando invocar o espirito do ******

Код:
----------
Loaded log file: "server_log.txt".
----------

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

[22:22:10] filterscripts = ""  (string)
[22:22:10] 
[22:22:10] Server Plugins
[22:22:10] --------------
[22:22:10]  Loading plugin: mysql.dll
[22:22:10]  >> plugin.mysql: R41-2 successfully loaded.
[22:22:10]   Loaded.
[22:22:10]  Loaded 1 plugins.

[22:22:10] 
[22:22:10] Filterscripts
[22:22:10] ---------------
[22:22:10]   Loaded 0 filterscripts.

[22:22:10] Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"
[22:22:10] Number of vehicle models: 0
Como quer abrir um server sem o plugin streamer?


Re: "File or function is not found" - KinG7 - 26.03.2017

Amiguinho, verifique se acha o
PHP код:
main(){} 
no seu gamemode, talvez seja isso.


Re: "File or function is not found" - iTouchS - 27.03.2017

Quote:
Originally Posted by KinG7
Посмотреть сообщение
Amiguinho, verifique se acha o
PHP код:
main(){} 
no seu gamemode, talvez seja isso.
Код:
main()
{
	
}
Jб implementado, Up


Re: "File or function is not found" - KinG7 - 27.03.2017

verifique nas includes que vocк botou no gamemode..

se alguma por exemplo o " sscanf2 " se precisa de ligar o plugin ~~


Re: "File or function is not found" - Monotox - 28.03.2017

A mбquina й Windows? Verifique e/ou atualize o .net Framework e DirectX.


Re: "File or function is not found" - RazorGuigo - 28.03.2017

Instala o crashdetect, que ele vai gerar um log, que ajudarб nуs a saber, o que estб faltando em seu server!


Re: "File or function is not found" - ViniBorn - 28.03.2017

A mбquina й windows ou linux?
Como vocк colocou plugin no server.cfg?