Plugin Help - 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: Plugin Help (
/showthread.php?tid=144812)
Plugin Help -
[EpK]Lulz - 29.04.2010
On my pc i can run my server and it has teh gamemode (the plugin folder with the plugins makes it work)
when upload it to my ftp server it runs the server but i dont think it runs the plugins cus it says gamemode type unknown.
any help?its a lunix server but it wont read the plugin or sumthing idk
Re: Plugin Help -
playbox12 - 29.04.2010
Had that too, if its linux you need for example not streamer.dll but streamer.so, hope it helped you.
Re: Plugin Help -
Mina - 30.04.2010
Quote:
Originally Posted by playbox12
Had that too, if its linux you need for example not streamer.dll but streamer.so, hope it helped you.
|
50% right
if it's windows you don't should put ext : .dll on config.
but if it's windows you must put ext : .so
Re: Plugin Help -
playbox12 - 30.04.2010
Quote:
Originally Posted by Mina
Quote:
Originally Posted by playbox12
Had that too, if its linux you need for example not streamer.dll but streamer.so, hope it helped you.
|
50% right
if it's windows you don't should put ext : .dll on config.
but if it's windows you must put ext : .so
|
I just put: streamer under my plugins line and it works, if I do streamer.dll it works, if I am on linux it only works when I do streamer.so not streamer.dll