03.08.2013, 21:32
Quote:
Once you follow the steps in that link, I'd recommend using screen to install screen you can use:
Код:
yum -y install screen Then you should cd to the directory with the SA:MP files in it. e.g. Код:
cd ~/samp03 Код:
screen -S samp ./samp03svr And if you wish to go back into samp to close it etc. Use: Код:
screen -R samp |
Quote:
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). |