I need Windows for .dll files? - 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: I need Windows for .dll files? (
/showthread.php?tid=485024)
I need Windows for .dll files? -
Antoniohl - 02.01.2014
Hey guys i've tried to make the script loads plugins .dll but it says
Код:
[17:48:26] Loading plugin: streamer.dll
[17:48:26] Failed (plugins/streamer.dll: invalid ELF header)
[17:48:26] Loaded 0 plugins.
and tried to make it without .dll it says
Код:
[17:49:28] Loading plugin: streamer
[17:49:28] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[17:49:28] Loaded 0 plugins.
what is the problem? how to make it works with dll files?
sorry bad english
Re: I need Windows for .dll files? -
xo - 02.01.2014
Running Linux or Windows ? if Linux add .so at end of plugin name.
Re: I need Windows for .dll files? -
Antoniohl - 02.01.2014
i wanna run windows, it is linux, what to do?
Re: I need Windows for .dll files? -
Dignity - 02.01.2014
If it's Linux, you need to change .dll to .so. (You need the .so files, don't just change it!)
Re: I need Windows for .dll files? -
Antoniohl - 02.01.2014
im using linux, i wanna use windows...
Re: I need Windows for .dll files? -
xo - 02.01.2014
Use The windows plugin then. check the plugin Thread.
for Ex : Streamer downloads
https://code.******.com/p/samp-strea...downloads/list
download the package that fits you and use the .Dll inside!