diff --git a/gamemodes/sf-cnr.pwn b/gamemodes/sf-cnr.pwn index 614eee1..a068a40 100644 --- a/gamemodes/sf-cnr.pwn +++ b/gamemodes/sf-cnr.pwn @@ -2150,8 +2150,8 @@ CMD:whisper( playerid, params[ ] ) CMD:admins( playerid, params[ ] ) { - if ( GetPlayerScore( playerid ) < 500 && !IsPlayerUnderCover( playerid ) && p_AdminLevel[ playerid ] < 1 ) - return SendError( playerid, "You need at least 500 score to view the online adminstrators." ); + if ( GetPlayerScore( playerid ) < 50 && !IsPlayerUnderCover( playerid ) && p_AdminLevel[ playerid ] < 1 ) + return SendError( playerid, "You need at least 50 score to view the online adminstrators." ); new g_adminList[ MAX_PLAYERS ] [ 2 ], bool: is_empty = true;