Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
Are Your in sure your SAMP folder?
Posts: 724
Threads: 62
Joined: Dec 2008
Reputation:
0
What happens when you type in:
ls
Posts: 16
Threads: 4
Joined: Oct 2012
Reputation:
0
showing me all the files of the sa-mp server files
Posts: 1,208
Threads: 52
Joined: Jan 2012
Reputation:
0
check in filezilla and see if the files are actually there
You may need to set permissions by typing
chmod +x samp-npc samp03svr announce
Then run it in BG by typing
nohup ./samp03svr &
Now the server will be online even if you close your SHH client
Posts: 1,013
Threads: 67
Joined: Nov 2011
Reputation:
0
Or you can install screen which is a package that runs commands in a seperate window then you cd into the server directory and use screen -S samp ./samp03svr and if you want to resume the window and shutdown your server you can use screen -r samp and then use CTRL+C to shutdown the screen.
This is how I run the servers on my dedicated host, hope it helped
Posts: 179
Threads: 1
Joined: Jun 2009
Reputation:
0
Make sure the samp03svr file's permission are set to 755