RKF Command Blocker

How to make the most of the RKF Command Blocker feature.

Description and Syntax

By using the the RKF Command Blocker with your RKF's you can restrict any or allow only specific commands from being sent to the servers RCON console.

From version 2.2.0 you can now reverse the Command Blocker feature. This means instead of listing the commands the user cannot use you can list those they can. This is based on the same syntax as below except the commands you are entering into the Command Blocker then become the ones permitted. Simply check the "Commands Listed Below Are The Only Ones Allowed" box in the RKF Creator app.

RKF Command Blocker

The Command Blocker is made up of one long string. Each command must be separated by the delimiter, this being the percentage sign %. The delimited can not be part of the command you wish to block of course. Let's say we wish to block all users of this RKF from enabling or disabling the Panzerfaust weapon in Call of Duty. The command to enable and disable this variable is:-

Enable = seta scr_allow_panzerfaust "1"
Disable = seta scr_allow_panzerfaust "0"

We do not need to enter the entire command. We could simply enter the following to ban this command entirely:-

*panzerfaust*

Notice the * symbols. This denotes that ServerScan should block any instances were panzerfaust exists in the entire command. For example "I like the panzerfaust it's great" will be blocked as it contains the word panzerfaust. If you change the command to panzerfaust* then the following command "I like the panzerfaust" would work, however the command "panzerfaust is great" would be blocked.

To add further commands simply enter the delimiter as shown below:-

*panzerfaust*%*timelimit*%*this is wonderful

Remember every kind of command can be blocked. This goes for the text that users can use in game to the numerous MOD commands that are available these days!