Add RCON Users to whitelist [+REP]
#6

Open filter script , go to line 31.. 36 Change that password to avoide 'Bad password attempt'
pawn Код:
new pws[][MAX_PW_LENGTH] =              // Change this when using hardcoded
{                                       // passwords
        "PW_1",                             // Use as many different passwords
        "PW_2",                             // as possible
        "PW_3"
};
Here just add the names you want to allowed rcon login with.
pawn Код:
new namewhitelist[][MAX_PLAYER_NAME] =  // Only the names in this list can login
{                                       // as RCON admin, if USE_NAME_WHITELIST
        "SplinteX"                        // is activated
};
Add more ip's to your friend ones on that line too.
pawn Код:
new ipwhitelist[][16] =                 // Only the IPs in this list can login
{                                       // as RCON admin, if USE_IP_WHITELIST
        "127.0.0.1"                         //that's the local host ip. 'only owner can do that'
};
Reply


Messages In This Thread
Add RCON Users to whitelist [+REP] - by SplinteX - 29.12.2013, 14:03
Re: Add RCON Users to whitelist [+REP] - by xVIP3Rx - 29.12.2013, 14:22
Re: Add RCON Users to whitelist [+REP] - by SplinteX - 29.12.2013, 14:59
Re: Add RCON Users to whitelist [+REP] - by SplinteX - 29.12.2013, 15:46
Re: Add RCON Users to whitelist [+REP] - by tyler12 - 29.12.2013, 15:51
Re: Add RCON Users to whitelist [+REP] - by SilentSoul - 29.12.2013, 15:56
Re: Add RCON Users to whitelist [+REP] - by SplinteX - 29.12.2013, 16:49
Re: Add RCON Users to whitelist [+REP] - by HeLiOn_PrImE - 29.12.2013, 16:54

Forum Jump:


Users browsing this thread: 1 Guest(s)