SA-MP Forums Archive
Compile error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compile error (/showthread.php?tid=345526)



Compile error - twitteR - 25.05.2012

When i try to compile my script I got 1 error
-fatal error 100: cannot read from file: "streamer"
but the plugin folder contains streamer.dll
Thanks in advance..


Re: Compile error - Mandrakke - 25.05.2012

download the include of this plugin (streamer.inc) and put it on the includes folder.


Re: Compile error - twitteR - 25.05.2012

It worked but now when i try to start my server another error appears -

[16:32:44] I couldn't load any gamemode scripts. Please verify your server.cfg
[16:32:44] It needs a gamemode0 line at the very least.

How can I fix this ?


Re: Compile error - Mandrakke - 25.05.2012

open your server.cfg and put it on there;

Код:
gamemode0 your_gm_name 1



Re: Compile error - twitteR - 25.05.2012

When I open samp-server.exe another error appears :X
Script:[gamemodes/Untitled.amx]: Run time error 19: File or function is not found" but it's in the gamemode folder..
(edited)


Re: Compile error - iGetty - 25.05.2012

Have you got "streamer" on the "plugins" line in the Server.cfg?


Re: Compile error - twitteR - 25.05.2012

Yeah it says streamer.dll


Re: Compile error - Verbal - 25.05.2012

#include <streamer>
and also in server.cfg add this:
plugins streamer


Re: Compile error - twitteR - 25.05.2012

It's added the problem is about the gamemode..


Re: Compile error - iGetty - 25.05.2012

Can you paste the #includes here please?