SA-MP Forums Archive
Missing file. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Missing file. (/showthread.php?tid=491368)



Missing file. - Beckett - 30.01.2014

------


Re: Missing file. - Beckett - 30.01.2014

------


Re: Missing file. - Beckett - 31.01.2014

------


Re: Missing file. - Beckett - 31.01.2014

Anybody?


Re: Missing file. - GreenSt4lker - 31.01.2014

#include a_samp i beleve that's code.


Re: Missing file. - EmilLykke - 31.01.2014

The script is purely not loading Streamer probably. Are you sure that the streamer plugin is being loaded correctly?


Re: Missing file. - Beckett - 31.01.2014

------


Re: Missing file. - Konstantinos - 31.01.2014

Load crashdetect plugin and compile with debug info (-d3). Re-compile your scripts and run the server again. Post the server log.

PS: Change the plugins line in server.cfg to:
pawn Код:
plugins audio.so sscanf.so streamer.so nativechecker.so crashdetect.so
Quote:
Originally Posted by EmilLykke
Посмотреть сообщение
The script is purely not loading Streamer probably. Are you sure that the streamer plugin is being loaded correctly?
The error 'Function not registered' was printed because streamer was loaded AFTER nativechecker while nativechecker should be last.


Re: Missing file. - Beckett - 31.01.2014

------


Re: Missing file. - Konstantinos - 31.01.2014

Uploading the latest version of the plugin is the half part. The other one is to get the streamer.inc for the latest version as well and RE-COMPILE your scripts with it. According to the warning, your include is an older version.