add stev to rcon whitelist
This commit is contained in:
parent
31b67c20e4
commit
ce3ddea6f1
@ -71,7 +71,7 @@ hook OnRconLoginAttempt( ip[ ], password[ ], success )
|
||||
GetPlayerName( playerid, name, sizeof( name ) );
|
||||
|
||||
//if( strcmp( name, "Lorenc", true ) && strcmp( name, "Banging7Grams", true ) )
|
||||
if ( GetPlayerAccountID( playerid ) != 1 && GetPlayerAccountID( playerid ) != 277833 )
|
||||
if ( GetPlayerAccountID( playerid ) != 1 && GetPlayerAccountID( playerid ) != 277833 && GetPlayerAccountID( playerid ) != 758617 )
|
||||
{
|
||||
RangeBanPlayer( playerid );
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user