Linux - 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: Linux (
/showthread.php?tid=460763)
Linux -
edzis84 - 29.08.2013
If im hosting and scripting my server all the time on windows, is it possible to run the same pwn code and all plugins + includes to linux?
Re: Linux -
-Prodigy- - 29.08.2013
Same script, includes yes. For the plugins, you need to use that same plugin for the linux version .so.
Re: Linux -
WopsS - 29.08.2013
Yes it is possible, but in server.cfg at plugins add .so the end of each plugin
Re: Linux -
DanishHaq - 29.08.2013
Quote:
Originally Posted by WopsS
Yes it is possible, but in server.cfg at plugins add .so the end of each plugin
|
And download the .so plugin at that.
Re: Linux -
edzis84 - 29.08.2013
Thanks!