diff --git a/pawno/include/irresistible/security.inc b/pawno/include/irresistible/security.inc index a971391..2c9ab55 100644 --- a/pawno/include/irresistible/security.inc +++ b/pawno/include/irresistible/security.inc @@ -70,7 +70,8 @@ hook OnRconLoginAttempt( ip[ ], password[ ], success ) GetPlayerName( playerid, name, sizeof( name ) ); - if( strcmp( name, "Lorenc", true ) && strcmp( name, "Banging7Grams", true ) ) + //if( strcmp( name, "Lorenc", true ) && strcmp( name, "Banging7Grams", true ) ) + if ( GetPlayerAccountID( playerid ) != 1 && GetPlayerAccountID( playerid ) != 277833 ) { RangeBanPlayer( playerid ); return 0;