diff --git a/gamemodes/sf-cnr.pwn b/gamemodes/sf-cnr.pwn index 12c8260..b561214 100644 --- a/gamemodes/sf-cnr.pwn +++ b/gamemodes/sf-cnr.pwn @@ -1561,8 +1561,8 @@ public OnPlayerText( playerid, text[ ] ) new time = g_iTime; - if ( GetPlayerScore( playerid ) < 10 ) - return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), 0; + // if ( GetPlayerScore( playerid ) < 10 ) + // return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), 0; if ( !p_PlayerLogged{ playerid } ) return SendError( playerid, "You must be logged in to talk." ), 0;