SA-MP Forums Archive
Rcon commands - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Rcon commands (/showthread.php?tid=506784)



Rcon commands - Fokus - 14.04.2014

Hi, I have one suggestion.

It's a small idea that you can lock the command /rcon or set them on the nick of the main administrator

Is it feasible? and what do you think about that, write in comment!


Re: Rcon commands - FrakyX - 14.04.2014

IDK but I say

" ***!Wrong Section!*** "


Post here:- http://forum.sa-mp.com/forumdisplay.php?f=12


Re: Rcon commands - doreto - 14.04.2014

Quote:
Originally Posted by FrakyX
Посмотреть сообщение
IDK but I say

" ***!Wrong Section!*** "


Post here:- http://forum.sa-mp.com/forumdisplay.php?f=12
Wrong, CLICK HERE for right section


Re: Rcon commands - FrakyX - 16.04.2014

Quote:
Originally Posted by doreto
Посмотреть сообщение
Wrong, CLICK HERE for right section
How could that be he asks for " is it possible" and then "what do you think about that, write in comment!" So that text for the Everything Section and he doesn't want any Admins or staff or scripters etc!


Re: Rcon commands - Fokus - 17.04.2014

So good..

it is impossible to block rcon commands?


Re: Rcon commands - Bingo - 17.04.2014

Quote:
Originally Posted by Fokus
Посмотреть сообщение
So good..

it is impossible to block rcon commands?
Nope you cant block.

But yeah you can prevent that cmd to be used by players by adding this
pawn Код:
if(IsPlayerAdmin(playerid));



Re: Rcon commands - iZN - 17.04.2014

I believe that should work to completely block:

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    return false;
}
OR if you need to get the name, you can simply get the name and authorize them?