Posts: 61
Threads: 15
Joined: Dec 2010
Reputation:
0
Hi,
Does anyone knoes if we can make command line such "./samp03svr -p 7777 -s 50" where "p" will be the port and "s" slots in linux ?!
Thanks
Posts: 1,003
Threads: 31
Joined: Jul 2013
Reputation:
0
It can be possible through bash scripts, although I've seen this concept somewhere.. just can't get it
Posts: 2,857
Threads: 62
Joined: Dec 2010
Reputation:
0
I don't think it's possible, only NPC's can be run from command line as far as I've seen.
However, if you have the server executable in ~/server1/samp03svr and a server config and gamemode in ~/server2/ then you can type "cd ~/server2 ; nohup ./samp03svr &" to run the config and gamemode from ~/server2.