From 3e14e7b71fc48ac14f7e70916e99cf22f8d9eac5 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 8 Jan 2024 00:27:47 +0300 Subject: [PATCH] Disable chat limit --- gamemodes/sf-cnr.pwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;