05.08.2012, 10:38
[Twixx], to run a SA:MP server with plugins on a linux machine the only thing you need is the .so plugin files.
For windows server you need the .dll (irc.dll) files in your plugins folder
For linux server you need the .so (irc.so) files in your plugins folder
All plugins generally come with both the files windows (.dll files) and linux (.so files), you just download them both.
Example of a windows config:
plugins irc streamer sscanf
Example of a linux config:
plugins irc.so streamer.so sscanf.so
For windows server you need the .dll (irc.dll) files in your plugins folder
For linux server you need the .so (irc.so) files in your plugins folder
All plugins generally come with both the files windows (.dll files) and linux (.so files), you just download them both.
Example of a windows config:
plugins irc streamer sscanf
Example of a linux config:
plugins irc.so streamer.so sscanf.so