May I get the sourcecode of samp-server.exe? -
hsk22000 - 31.07.2015
I'm running samp server in Ubuntu. but I soon disappointed because running samp server on linux console is not supporting type rcon commands!
So.. I want to refer it to make using Rcon command possible in linux.
It is all. thanks.
Re: May I get the sourcecode of samp-server.exe? -
ikkentim - 31.07.2015
Lol. No.
https://sampwiki.blast.hk/wiki/Advanced...ols#Using_RCON
Re: May I get the sourcecode of samp-server.exe? -
J0sh... - 31.07.2015
So let me get this straight, you want every server to put at risk because you don't know how to make rcon commands?OnRCONCommand might help.
Re: May I get the sourcecode of samp-server.exe? -
hsk22000 - 31.07.2015
But I asked 'How to enable Rcon Control in "linux" console'
Not 'How to use Rcon Commands'..
...Is there some method to make possible it?
Ok. I'll try
Re: May I get the sourcecode of samp-server.exe? -
J0sh... - 31.07.2015
Quote:
Originally Posted by hsk22000
But I asked 'How to enable Rcon Control in "linux" console'
Not 'How to use Rcon Commands'..
...Is there some method to make possible it?
|
server.cfg:
rcon 1 if that is what you're asking.
Re: May I get the sourcecode of samp-server.exe? -
hsk22000 - 31.07.2015
Quote:
Originally Posted by Jamester
server.cfg:
rcon 1 if that is what you're asking.
|
Thanks, sir. but one thing to ask more..
https://sampwiki.blast.hk/wiki/Remote_Console I found this on samp wiki, maybe this will make possible rcon control.
but isn't it only operates in Windows environment? It works in Linux too?
Re: May I get the sourcecode of samp-server.exe? -
J0sh... - 31.07.2015
Quote:
Originally Posted by hsk22000
Thanks, sir. but one thing to ask more..
https://sampwiki.blast.hk/wiki/Remote_Console I found this on samp wiki, maybe this will make possible rcon control.
but isn't it only operates in Windows environment? It works in Linux too?
|
rcon.exe only works on windows, if you're on the host server you should be able to input commands into the console already
Re: May I get the sourcecode of samp-server.exe? -
ikkentim - 31.07.2015
Yes, same works for Linux, just type in your server ip
Re: May I get the sourcecode of samp-server.exe? -
ikkentim - 31.07.2015
Of course you can't, you're running tailf, not samp03svr
Re: May I get the sourcecode of samp-server.exe? -
hsk22000 - 31.07.2015
Quote:
Originally Posted by ikkentim
Of course you can't, you're running tailf, not samp03svr
|
But when only run ./samp03svr rcon commands not work which like !rcon reloadfs
and see the script. ./samp03svr is included in my script so I'm running both samp03svr and tailf..
Or, I'm thinking the wrong way?
Re: May I get the sourcecode of samp-server.exe? -
J0sh... - 31.07.2015
Quote:
Originally Posted by hsk22000
But when only run ./samp03svr rcon commands not work which like !rcon reloadfs
and see the script. ./samp03svr is included in my script so I'm running both samp03svr and tailf..
Or, I'm thinking the wrong way?
|
!rcon reloadfs what?
You just need reloadfs, no ! nor rcon
Re: May I get the sourcecode of samp-server.exe? -
Sergei - 31.07.2015
If you really need run RCON commands from your linux server, you could get around that using rcon api for php.