Rcon commands
#1

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!
Reply
#2

IDK but I say

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


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

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
Reply
#4

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!
Reply
#5

So good..

it is impossible to block rcon commands?
Reply
#6

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));
Reply
#7

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)