29.11.2010, 19:38
Hmm, you can't open a .dll / .so file.
But make sure you've done the following, I know you said you put everything in server.cfg, but maybe you missed something.
Open server.cfg
put this on the bottom: plugins streamer
After that, save / close server.cfg
navigate to the folder where the server files are, and create a folder called plugins
after the folder is created, put the streamer.so / streamer.dll in that same folder, after that, run it, and you should not get the error saying it can not read from the file.
Check your gamemode, and make sure that you have put #include <streamer> at the top of the gamemode, after #include <a_samp>
Check that you have saved / moved the include to pawno/include, and not just /include.
We all make mistakes, so just double check this again.
btw, if you have two pawn programs, it will compile the file with the first pawn program, not the second one, so make sure you either delete the first pawn program, or move the include to the first pawno/includes folder.
But make sure you've done the following, I know you said you put everything in server.cfg, but maybe you missed something.
Open server.cfg
put this on the bottom: plugins streamer
After that, save / close server.cfg
navigate to the folder where the server files are, and create a folder called plugins
after the folder is created, put the streamer.so / streamer.dll in that same folder, after that, run it, and you should not get the error saying it can not read from the file.
Check your gamemode, and make sure that you have put #include <streamer> at the top of the gamemode, after #include <a_samp>
Check that you have saved / moved the include to pawno/include, and not just /include.
We all make mistakes, so just double check this again.
btw, if you have two pawn programs, it will compile the file with the first pawn program, not the second one, so make sure you either delete the first pawn program, or move the include to the first pawno/includes folder.