09.11.2012, 09:16
Quote:
STARTEN THE SERVER! Although an interesting command, it won't get your server started. At the very least, because you don't have the correct permissions to launch the server. That's right, you'll need to let your system know that the SA:MP binaries are allowed to be ran. Luckily, it's just this simple command, where '-x' denotes 'executable' Code: chmod +x samp-npc samp03svr announce Now you've got the formalities sorted, you can use the nohup command to run the server in the background. This means it'll run without any intervention, and you can close your PuTTy session without the server closing. An example command would be Code: nohup ./samp03svr & Yes, the & was intentional |
Type those in the order they are in:
1)chmod +x samp-npc samp03svr announce
2)nohup ./samp03svr &
3)./samp03svr &
Hope it helps.