Posts: 32
Threads: 10
Joined: Jul 2013
Reputation:
0
Hello, My server is linux but my files are for windows..
I replaced the windows plugins by linux plugins.
Then i changed in the server.cfg the names with .so after them
I dont know what to do next.. Can someone help me?
Posts: 212
Threads: 8
Joined: Jul 2012
Reputation:
0
Chmod the samp03svr,samp-npc,announce and your plugins ... then goto the samp03svr folder(if this is your folder name) then nohup ./samp03svr & ..
Posts: 511
Threads: 122
Joined: Jan 2013
You must chnage it to "777"
Posts: 24
Threads: 2
Joined: Dec 2011
Код:
chmod 777 -R samp03/ && nohup ./samp03/samp03svr &
Posts: 66
Threads: 0
Joined: Jul 2012
Reputation:
0
Alternatively, although it ins't recommended. You could get the repository for 'WINE' - which allows a Linux box to run selective Windows executable's.
However, it is highly recommended as stated above to download the repository for the Linux compatible files rather than windows. Nothing should change as it doesn't affect your plugins. It simply gives you a compatible executable file to run on a Linux box rather than a .exe (along with a few other files).