add stev to rcon whitelist

This commit is contained in:
Lorenc Pekaj 2018-09-30 03:15:20 +10:00
parent 31b67c20e4
commit ce3ddea6f1

View File

@ -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;