No Rcon
#1

Will This Prevent Rcon From Being Used?
pawn Код:
public OnRconCommand(cmd[])
{
    return 0;

}
and if it does, i want to add
pawn Код:
printf("%s tried using rcon",pName); // so i can see if anyone trys.
thanks.
Reply
#2

Don't think so but not really sure. Probably not.
Reply
#3

This is used for the console only.
Reply
#4

Quote:
Originally Posted by Mikep
This is used for the console only.
No, /rcon commands as well. But this callback isn't called by native commands such as /rcon login, only scripted ones.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)